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/procmail | |
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/procmail')
-rw-r--r-- | mail/procmail/Makefile | 4 | ||||
-rw-r--r-- | mail/procmail/pkg-plist | 13 |
2 files changed, 9 insertions, 8 deletions
diff --git a/mail/procmail/Makefile b/mail/procmail/Makefile index 67273c67cf38..5ed17a751ae8 100644 --- a/mail/procmail/Makefile +++ b/mail/procmail/Makefile @@ -3,7 +3,7 @@ # Date created: 24 September 1994 # Whom: adam # -# $Id: Makefile,v 1.20 1995/12/28 16:02:43 ache Exp $ +# $Id: Makefile,v 1.21 1996/11/10 21:32:41 obrien Exp $ # DISTNAME= procmail-3.11pre4 @@ -17,5 +17,7 @@ MAINTAINER= ache@FreeBSD.ORG # It asks for list af directories to do test for file locking # (defaults to /tmp and ".", so return should suffice in most cases). IS_INTERACTIVE= yes +MAN1= procmail.1 formail.1 lockfile.1 +MAN5= procmailex.5 procmailrc.5 procmailsc.5 .include <bsd.port.mk> diff --git a/mail/procmail/pkg-plist b/mail/procmail/pkg-plist index 9bb501ad64df..b7532ae9ca89 100644 --- a/mail/procmail/pkg-plist +++ b/mail/procmail/pkg-plist @@ -1,11 +1,10 @@ -@cwd /usr/local bin/procmail bin/formail bin/lockfile bin/mailstat -man/man1/procmail.1 -man/man1/formail.1 -man/man1/lockfile.1 -man/man5/procmailex.5 -man/man5/procmailrc.5 -man/man5/procmailsc.5 +man/man1/procmail.1.gz +man/man1/formail.1.gz +man/man1/lockfile.1.gz +man/man5/procmailex.5.gz +man/man5/procmailrc.5.gz +man/man5/procmailsc.5.gz |