pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Don't need perl substitution anymore



Module Name:	pkgsrc-wip
Committed By:	Adrian Steinmann <ast%NetBSD.org@localhost>
Pushed By:	ast
Date:		Tue Oct 27 07:40:01 2015 +0100
Changeset:	a64037f1ed0e9e2f5da226b4033910d3528e32f8

Modified Files:
	nostromo/Makefile

Log Message:
Don't need perl substitution anymore

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=a64037f1ed0e9e2f5da226b4033910d3528e32f8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 nostromo/Makefile | 5 -----
 1 file changed, 5 deletions(-)

diffs:
diff --git a/nostromo/Makefile b/nostromo/Makefile
index a366dc1..4f6e5e7 100644
--- a/nostromo/Makefile
+++ b/nostromo/Makefile
@@ -40,11 +40,6 @@ SUBST_SED.nostromo+=	-e 's,${VAR_NOSTROMO},${PREFIX}/nostromo,g'
 SUBST_SED.nostromo+=	-e 's,${USR_LOCAL},${PREFIX},g'
 SUBST_STAGE.nostromo=	post-patch
 
-SUBST_CLASSES+=		perl
-SUBST_FILES.perl=	htdocs/cgi-bin/printenv
-SUBST_SED.perl+=	-e 's,/usr/bin/perl,/usr/bin/env perl,g'
-SUBST_STAGE.perl=	post-patch
-
 do-install:
 	${INSTALL_SCRIPT} ${WRKSRC}/src/nhttpd/nhttpd \
 		${DESTDIR}${PREFIX}/sbin/


Home | Main Index | Thread Index | Old Index