summaryrefslogtreecommitdiff
path: root/security/pgp
diff options
context:
space:
mode:
Diffstat (limited to 'security/pgp')
-rw-r--r--security/pgp/Makefile5
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>