diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2000-11-25 08:09:05 +0800 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-11-25 08:09:05 +0800 |
commit | 1da56b75b6ce1a18e5637e109ecd835baf6322ef (patch) | |
tree | dbfb584409ea4e15e8651089c45ef9ee0b4aa115 /security/pgp | |
parent | eee414bcb5575dbf0a04678153c91fb2e70b2f15 (diff) | |
download | freebsd-ports-gnome-1da56b75b6ce1a18e5637e109ecd835baf6322ef.tar.gz freebsd-ports-gnome-1da56b75b6ce1a18e5637e109ecd835baf6322ef.tar.zst freebsd-ports-gnome-1da56b75b6ce1a18e5637e109ecd835baf6322ef.zip |
Install a copy of the manpage as "pgp2" to better co-exist with other
versions of PGP.
Diffstat (limited to 'security/pgp')
-rw-r--r-- | security/pgp/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/security/pgp/Makefile b/security/pgp/Makefile index 5feee70409b8..fb23f141c6ad 100644 --- a/security/pgp/Makefile +++ b/security/pgp/Makefile @@ -19,7 +19,7 @@ WRKSRC= ${WRKDIR}/src MAKEFILE= makefile ALL_TARGET= freebsd-${MACHINE_ARCH} OS_CFLAGS="${CFLAGS}" PGPLIB= ${PREFIX}/lib/pgp -MAN1= pgp.1 +MAN1= pgp.1 pgp2.1 do-install: cd ${WRKSRC}; ${INSTALL_PROGRAM} -c -o bin -g bin -m 555 pgp ${PREFIX}/bin @@ -42,4 +42,7 @@ post-extract: cd ${WRKDIR}; $(TAR) -xf pgp263ii.tar; \ ${RM} -f pgp263ii.tar +post-install: + @${CP} ${PREFIX}/man/man1/pgp.1 ${PREFIX}/man/man1/pgp2.1 + .include <bsd.port.mk> |