diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-12-24 18:39:48 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-12-24 18:39:48 +0000 |
commit | 332b0f4a830f7403e0b41592bbae6e4094f8ef23 (patch) | |
tree | 9aa86e9c08a6d45d9cb6cc1ab3b1b095d54bc7ec /security/pgp5 | |
parent | Remove the old KerberosIV stuff and PAM-ize. (diff) |
remove --prefix=${PREFIX} when GNU_CONFIGURE=yes and other minor cleanups
PR: 14759
Submitted by: Jeremy Lea <reg@shale.csir.co.za>
Diffstat (limited to 'security/pgp5')
-rw-r--r-- | security/pgp5/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/pgp5/Makefile b/security/pgp5/Makefile index 4daff1a0ca57..357d6147c861 100644 --- a/security/pgp5/Makefile +++ b/security/pgp5/Makefile @@ -20,8 +20,7 @@ MAINTAINER= markm@FreeBSD.org Y2K= http://www.pgpi.com/faq/pgpi.shtml#Year2000 WRKSRC= ${WRKDIR}/${DISTNAME}/src -HAS_CONFIGURE= yes -CONFIGURE_ARGS= --prefix=${PREFIX} +GNU_CONFIGURE= yes RESTRICTED= "Crypto" MAN1= pgp5.1 pgpe.1 pgpk.1 pgps.1 pgpv.1 MAN5= pgp.cfg.5 |