summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
Diffstat (limited to 'security')
-rw-r--r--security/keyprint/Makefile3
-rw-r--r--security/opieprint/Makefile3
-rw-r--r--security/pgp5/Makefile2
3 files changed, 6 insertions, 2 deletions
diff --git a/security/keyprint/Makefile b/security/keyprint/Makefile
index ddbe71c927d9..8dbcf0039105 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 ddbe71c927d9..8dbcf0039105 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 1383bb940a14..0d8e9bb480b7 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