diff options
author | asami <asami@FreeBSD.org> | 1996-11-18 22:17:24 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-11-18 22:17:24 +0800 |
commit | e1475027cde346cc8c26ff967438ba80036384a0 (patch) | |
tree | 4659b41700eb12b7f8cf84c6386677d53f5d8032 /mail/pgpsendmail | |
parent | a1a675dbb0aeebf8a7e5798c2180a3cc6a2a42b7 (diff) | |
download | freebsd-ports-gnome-e1475027cde346cc8c26ff967438ba80036384a0.tar.gz freebsd-ports-gnome-e1475027cde346cc8c26ff967438ba80036384a0.tar.zst freebsd-ports-gnome-e1475027cde346cc8c26ff967438ba80036384a0.zip |
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.
Diffstat (limited to 'mail/pgpsendmail')
-rw-r--r-- | mail/pgpsendmail/Makefile | 4 | ||||
-rw-r--r-- | mail/pgpsendmail/pkg-plist | 9 |
2 files changed, 7 insertions, 6 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> diff --git a/mail/pgpsendmail/pkg-plist b/mail/pgpsendmail/pkg-plist index e17af6a2311c..5c22b73b2c43 100644 --- a/mail/pgpsendmail/pkg-plist +++ b/mail/pgpsendmail/pkg-plist @@ -1,9 +1,8 @@ -@cwd /usr/local lib/pgpsendmail bin/pgpdaemon bin/pgppipe bin/sendpgppass -man/man8/pgpsendmail.8 -man/man8/pgpdaemon.8 -man/man1/pgppipe.1 -man/man1/sendpgppass.1 +man/man8/pgpsendmail.8.gz +man/man8/pgpdaemon.8.gz +man/man1/pgppipe.1.gz +man/man1/sendpgppass.1.gz |