diff options
author | edwin <edwin@FreeBSD.org> | 2002-11-04 03:17:29 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2002-11-04 03:17:29 +0000 |
commit | 690d5eb77dfe38a8ae1bee0d3c26e53669d15fcd (patch) | |
tree | 2cdd4a2b9a4f727046ab669be268f18bab7f2d42 /security | |
parent | 266a6d44cdb9993738dffb2c3b706a6ca59eeb36 (diff) | |
download | FreeBSD-ports-690d5eb77dfe38a8ae1bee0d3c26e53669d15fcd.zip FreeBSD-ports-690d5eb77dfe38a8ae1bee0d3c26e53669d15fcd.tar.gz |
PERL -> REINPLACE
and USE_PERL5 in some places
Noticed by: bento
Diffstat (limited to 'security')
-rw-r--r-- | security/keyprint/Makefile | 3 | ||||
-rw-r--r-- | security/opieprint/Makefile | 3 | ||||
-rw-r--r-- | security/pgp5/Makefile | 2 |
3 files changed, 6 insertions, 2 deletions
diff --git a/security/keyprint/Makefile b/security/keyprint/Makefile index ddbe71c..8dbcf00 100644 --- a/security/keyprint/Makefile +++ b/security/keyprint/Makefile @@ -14,9 +14,10 @@ MASTER_SITE_SUBDIR= mharo MAINTAINER= mharo@FreeBSD.org NO_BUILD= yes +USE_REINPLACE= yes post-patch: - ${PERL} -pi -e 's,__PREFIX__,${PREFIX},' ${WRKSRC}/keyprint + ${REINPLACE_CMD} -e 's,__PREFIX__,${PREFIX},' ${WRKSRC}/keyprint do-install: ${MKDIR} ${PREFIX}/share/keyprint diff --git a/security/opieprint/Makefile b/security/opieprint/Makefile index ddbe71c..8dbcf00 100644 --- a/security/opieprint/Makefile +++ b/security/opieprint/Makefile @@ -14,9 +14,10 @@ MASTER_SITE_SUBDIR= mharo MAINTAINER= mharo@FreeBSD.org NO_BUILD= yes +USE_REINPLACE= yes post-patch: - ${PERL} -pi -e 's,__PREFIX__,${PREFIX},' ${WRKSRC}/keyprint + ${REINPLACE_CMD} -e 's,__PREFIX__,${PREFIX},' ${WRKSRC}/keyprint do-install: ${MKDIR} ${PREFIX}/share/keyprint diff --git a/security/pgp5/Makefile b/security/pgp5/Makefile index 1383bb9..0d8e9bb 100644 --- a/security/pgp5/Makefile +++ b/security/pgp5/Makefile @@ -18,7 +18,9 @@ MAINTAINER= markm@FreeBSD.org WRKSRC= ${WRKDIR}/${DISTNAME}/src GNU_CONFIGURE= yes +USE_PERL5= yes RESTRICTED= "Crypto" + MAN1= pgp5.1 pgpe.1 pgpk.1 pgps.1 pgpv.1 MAN5= pgp.cfg.5 MAN7= pgp-integration.7 pgp-intro.7 |