From ab550b9a62d2caaf5b1238250e14326fe60a0297 Mon Sep 17 00:00:00 2001 From: tron Date: Wed, 12 Apr 2006 13:34:49 +0000 Subject: Optimizie substition handling of "check-updates.pl". --- security/fprot-workstation-bin/Makefile | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'security/fprot-workstation-bin') diff --git a/security/fprot-workstation-bin/Makefile b/security/fprot-workstation-bin/Makefile index c9c6e382fc2..c121fccaf35 100644 --- a/security/fprot-workstation-bin/Makefile +++ b/security/fprot-workstation-bin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2006/04/10 16:19:31 tron Exp $ +# $NetBSD: Makefile,v 1.33 2006/04/12 13:34:49 tron Exp $ DISTNAME= #defined PKGNAME= fprot-workstation-bin-${FPVER} @@ -70,12 +70,7 @@ SUBST_MESSAGE.paths= Configuring default paths. SUBST_STAGE.paths= post-patch SUBST_FILES.paths= tools/check-updates.pl SUBST_SED.paths= -e "s,XXXFPDIRXXX,${FPDIR}," - -SUBST_CLASSES+= perl -SUBST_MESSAGE.perl= Fixing path to Perl binary. -SUBST_STAGE.perl= post-patch -SUBST_FILES.perl= tools/check-updates.pl -SUBST_SED.perl= -e "s,/usr/bin/perl,${PREFIX}/bin/perl,g" +SUBST_SED.paths+= -e "s,/usr/bin/perl,${PREFIX}/bin/perl,g" INSTALLATION_DIRS= bin man/man1 man/man8 sbin -- cgit v1.2.3