pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/skey Use REPLACE_PERL instead of custom SUBST.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/289f0c1b950a
branches:  trunk
changeset: 551344:289f0c1b950a
user:      obache <obache%pkgsrc.org@localhost>
date:      Sat Dec 13 13:18:08 2008 +0000

description:
Use REPLACE_PERL instead of custom SUBST.

diffstat:

 security/skey/Makefile |  8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)

diffs (22 lines):

diff -r 069fa2c8da5a -r 289f0c1b950a security/skey/Makefile
--- a/security/skey/Makefile    Sat Dec 13 12:45:41 2008 +0000
+++ b/security/skey/Makefile    Sat Dec 13 13:18:08 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2007/01/07 09:14:10 rillig Exp $
+# $NetBSD: Makefile,v 1.20 2008/12/13 13:18:08 obache Exp $
 #
 
 DISTNAME=              skey-1.1.5
@@ -17,11 +17,7 @@
 CONF_FILES+=           ${PREFIX}/share/examples/skey/skeykeys \
                        ${PKG_SYSCONFDIR}/skeykeys
 
-SUBST_CLASSES+=                perl
-SUBST_MESSAGE.perl=    fixing perl path
-SUBST_STAGE.perl=      post-extract
-SUBST_FILES.perl=      skeyprune.pl
-SUBST_SED.perl=                -e "s,^\#!/usr/bin/perl,\#!${PERL5},"
+REPLACE_PERL=          skeyprune.pl
 
 INSTALLATION_DIRS=     bin include lib ${PKGMANDIR}/man1 ${PKGMANDIR}/man8
 



Home | Main Index | Thread Index | Old Index