diff options
author | edwin <edwin@FreeBSD.org> | 2002-11-04 11:17:29 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2002-11-04 11:17:29 +0800 |
commit | 690d5eb77dfe38a8ae1bee0d3c26e53669d15fcd (patch) | |
tree | 2cdd4a2b9a4f727046ab669be268f18bab7f2d42 /security/pgp5 | |
parent | 266a6d44cdb9993738dffb2c3b706a6ca59eeb36 (diff) | |
download | freebsd-ports-gnome-690d5eb77dfe38a8ae1bee0d3c26e53669d15fcd.tar.gz freebsd-ports-gnome-690d5eb77dfe38a8ae1bee0d3c26e53669d15fcd.tar.zst freebsd-ports-gnome-690d5eb77dfe38a8ae1bee0d3c26e53669d15fcd.zip |
PERL -> REINPLACE
and USE_PERL5 in some places
Noticed by: bento
Diffstat (limited to 'security/pgp5')
-rw-r--r-- | security/pgp5/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 |