diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-11-18 14:17:24 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-11-18 14:17:24 +0000 |
commit | c98cfd116dc0f77d80a247eaa00036df1e3335a1 (patch) | |
tree | 79b52e0aecd534af57de2d0ee3c9a860bc4a01fc /mail/pgpsendmail/Makefile | |
parent | Add $Id$. (diff) |
Compress a bunch of manpages. Remove unnecessary @ directives from
PLISTs.
Note: I know that this is going to break some symlinks and/or .so
includes, I will back some of these out as I run into these during
package building.
Notes
Notes:
svn path=/head/; revision=4578
Diffstat (limited to 'mail/pgpsendmail/Makefile')
-rw-r--r-- | mail/pgpsendmail/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/pgpsendmail/Makefile b/mail/pgpsendmail/Makefile index 6581b87ce7d7..8bcad2b12106 100644 --- a/mail/pgpsendmail/Makefile +++ b/mail/pgpsendmail/Makefile @@ -3,7 +3,7 @@ # Date created: 20 Jan 1995 # Whom: ache # -# $Id: Makefile,v 1.8 1995/09/23 17:13:54 ache Exp $ +# $Id: Makefile,v 1.9 1996/11/10 21:32:16 obrien Exp $ # DISTNAME= PGPsendmail-v1.4 @@ -17,5 +17,7 @@ BUILD_DEPENDS += pgp:${PORTSDIR}/security/pgp WRKSRC= ${WRKDIR}/pgpsendmail INSTALL_TARGET= all_install +MAN1= pgppipe.1 sendpgppass.1 +MAN8= pgpsendmail.8 pgpdaemon.8 .include <bsd.port.mk> |