diff options
author | tron <tron@pkgsrc.org> | 2006-04-12 13:34:49 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2006-04-12 13:34:49 +0000 |
commit | ab550b9a62d2caaf5b1238250e14326fe60a0297 (patch) | |
tree | 89239ec7f52f9884bcf508fdcd25b56db914d1d4 /security | |
parent | baf1a8d6a6d8d93923a35a3cb613818d992dc5e3 (diff) | |
download | pkgsrc-ab550b9a62d2caaf5b1238250e14326fe60a0297.tar.gz |
Optimizie substition handling of "check-updates.pl".
Diffstat (limited to 'security')
-rw-r--r-- | security/fprot-workstation-bin/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
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 |