diff options
author | obache <obache@pkgsrc.org> | 2008-12-13 13:18:08 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2008-12-13 13:18:08 +0000 |
commit | 04bf176b570889d5e1f24b24303c2d8133458b22 (patch) | |
tree | 879ffa81a86f241f620b12776fc72abb0e489aaa /security/skey | |
parent | e985f942a6d30633fa2bab9ae58b44fc54310710 (diff) | |
download | pkgsrc-04bf176b570889d5e1f24b24303c2d8133458b22.tar.gz |
Use REPLACE_PERL instead of custom SUBST.
Diffstat (limited to 'security/skey')
-rw-r--r-- | security/skey/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/security/skey/Makefile b/security/skey/Makefile index 81f6ebc3a09..d54d6b16bed 100644 --- a/security/skey/Makefile +++ b/security/skey/Makefile @@ -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 @@ CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} 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 |