diff options
author | kris <kris@FreeBSD.org> | 2000-06-05 14:58:14 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2000-06-05 14:58:14 +0800 |
commit | d626b533140bff5d340fb2b0f6e28749044ab29a (patch) | |
tree | b8c7e3a69af297f373964263b994a71a2270860d /security | |
parent | 02f051fe7dd432032c57dd15425511be1df62d72 (diff) | |
download | freebsd-ports-gnome-d626b533140bff5d340fb2b0f6e28749044ab29a.tar.gz freebsd-ports-gnome-d626b533140bff5d340fb2b0f6e28749044ab29a.tar.zst freebsd-ports-gnome-d626b533140bff5d340fb2b0f6e28749044ab29a.zip |
Add manpage to MAN1
Submitted by: bento
Diffstat (limited to 'security')
-rw-r--r-- | security/pgp6/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/pgp6/Makefile b/security/pgp6/Makefile index cf1c5cb968a5..c8e470739de5 100644 --- a/security/pgp6/Makefile +++ b/security/pgp6/Makefile @@ -25,6 +25,8 @@ USE_GMAKE= YES RESTRICTED= "Crypto" +MAN1= pgp.1 + do-install: cd ${WRKSRC}/clients/pgp/cmdline ; ${GMAKE} install |