diff options
author | markm <markm@FreeBSD.org> | 1999-03-17 19:52:46 +0800 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 1999-03-17 19:52:46 +0800 |
commit | 7877e27a655576cf5e8c9b261ed37734ed27fdcf (patch) | |
tree | 1a3520b61a160b8c30a8eb2933547cbd6261640a /security/pgp5/Makefile | |
parent | 14c1d019732f0f6fffce84b7b80456404d3f9f0a (diff) | |
download | freebsd-ports-gnome-7877e27a655576cf5e8c9b261ed37734ed27fdcf.tar.gz freebsd-ports-gnome-7877e27a655576cf5e8c9b261ed37734ed27fdcf.tar.zst freebsd-ports-gnome-7877e27a655576cf5e8c9b261ed37734ed27fdcf.zip |
Fix filenames so that this can co-exist with PGP 2.*
Diffstat (limited to 'security/pgp5/Makefile')
-rw-r--r-- | security/pgp5/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/pgp5/Makefile b/security/pgp5/Makefile index 47de900dd2a5..e9b0c0c9d179 100644 --- a/security/pgp5/Makefile +++ b/security/pgp5/Makefile @@ -5,7 +5,7 @@ # Date created: 10 Feb 1998 # Whom: markm # -# $Id: Makefile,v 1.25 1999/01/15 14:23:31 scrappy Exp $ +# $Id: Makefile,v 1.26 1999/03/11 21:47:15 scrappy Exp $ # DISTNAME= pgp50i @@ -24,7 +24,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/src HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} RESTRICTED= "Crypto" -MAN1= pgp.1 pgpe.1 pgpk.1 pgps.1 pgpv.1 +MAN1= pgp5.1 pgpe.1 pgpk.1 pgps.1 pgpv.1 MAN5= pgp.cfg.5 MAN7= pgp-integration.7 pgp-intro.7 |