Skip to content

Commit

Permalink
REPLACE_INTERPRETER occurs as part of the configure step, so don't set
Browse files Browse the repository at this point in the history
NO_CONFIGURE.
  • Loading branch information
johnnylam88 committed Jul 20, 2006
1 parent eeaca99 commit 70ed8f8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions security/amavisd-new/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.21 2006/04/23 00:12:41 jlam Exp $
# $NetBSD: Makefile,v 1.22 2006/07/20 13:48:14 jlam Exp $

DISTNAME= amavisd-new-${VERSION}${PATCHLEVEL}
PKGNAME= amavisd-new-${VERSION}${PATCHLEVEL:S/-//}
Expand Down Expand Up @@ -88,7 +88,6 @@ PTHREAD_OPTS+= require native # doesn't work with pth
. include "../../mk/pthread.buildlink3.mk"
.else
USE_LANGUAGES= # empty
NO_CONFIGURE= yes
PLIST_SUBST+= MILTER="@comment "

do-build: replace-interpreter
Expand Down
3 changes: 1 addition & 2 deletions textproc/ruby-nqxml/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.6 2005/11/02 11:36:16 taca Exp $
# $NetBSD: Makefile,v 1.7 2006/07/20 13:48:14 jlam Exp $
#

DISTNAME= nqxml-1.1.3p1
Expand All @@ -13,7 +13,6 @@ HOMEPAGE= http://nqxml.sourceforge.net/
COMMENT= XML parser written in pure Ruby

NO_BUILD= yes
NO_CONFIGURE= yes
USE_RUBY_INSTALL= yes

DOC= README
Expand Down
3 changes: 1 addition & 2 deletions textproc/ruby-xmlscan/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.1.1.1 2005/03/30 15:40:26 minskim Exp $
# $NetBSD: Makefile,v 1.2 2006/07/20 13:48:14 jlam Exp $
#

DISTNAME= xmlscan-${VER}
Expand All @@ -13,7 +13,6 @@ COMMENT= Pure Ruby XML parser
VER= 0.2.3

NO_BUILD= yes
NO_CONFIGURE= yes
USE_RUBY_INSTALL= yes

REPLACE_RUBY= samples/getxmlchar.rb samples/xmlbench.rb \
Expand Down

0 comments on commit 70ed8f8

Please sign in to comment.