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 /archivers/zip | |
parent | b7797c8f9cae00eef6480e567b0f9ab5d21741ed (diff) | |
download | ports-c98cfd116dc0f77d80a247eaa00036df1e3335a1.tar.gz ports-c98cfd116dc0f77d80a247eaa00036df1e3335a1.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.
Notes
Notes:
svn path=/head/; revision=4578
Diffstat (limited to 'archivers/zip')
-rw-r--r-- | archivers/zip/Makefile | 3 | ||||
-rw-r--r-- | archivers/zip/pkg-plist | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/archivers/zip/Makefile b/archivers/zip/Makefile index e1c0651f068a..a8106de09e05 100644 --- a/archivers/zip/Makefile +++ b/archivers/zip/Makefile @@ -3,7 +3,7 @@ # Date created: 22 Dec 1994 # Whom: ache # -# $Id: Makefile,v 1.6 1996/05/04 11:34:16 ache Exp $ +# $Id: Makefile,v 1.7 1996/11/12 02:17:55 obrien Exp $ # DISTNAME= zip21 @@ -21,5 +21,6 @@ EXTRACT_ARGS= -oq NO_WRKSUBDIR= yes MAKEFILE= unix/Makefile ALL_TARGET= generic +MAN1= zip.1 zipgrep.1 .include <bsd.port.mk> diff --git a/archivers/zip/pkg-plist b/archivers/zip/pkg-plist index 6e07d060fc56..47ce0f44b76c 100644 --- a/archivers/zip/pkg-plist +++ b/archivers/zip/pkg-plist @@ -1,5 +1,5 @@ -man/man1/zip.1 -man/man1/zipgrep.1 +man/man1/zip.1.gz +man/man1/zipgrep.1.gz bin/zip bin/zipnote bin/zipsplit |