pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/fprot-workstation-bin Optimizie substition ha...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/aaf93ef8912a
branches:  trunk
changeset: 511250:aaf93ef8912a
user:      tron <tron%pkgsrc.org@localhost>
date:      Wed Apr 12 13:34:49 2006 +0000

description:
Optimizie substition handling of "check-updates.pl".

diffstat:

 security/fprot-workstation-bin/Makefile |  9 ++-------
 1 files changed, 2 insertions(+), 7 deletions(-)

diffs (23 lines):

diff -r 521d4eca188c -r aaf93ef8912a security/fprot-workstation-bin/Makefile
--- a/security/fprot-workstation-bin/Makefile   Wed Apr 12 13:30:45 2006 +0000
+++ b/security/fprot-workstation-bin/Makefile   Wed Apr 12 13:34:49 2006 +0000
@@ -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_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
 



Home | Main Index | Thread Index | Old Index