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 /misc/p5-Array-PrintCols | |
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 'misc/p5-Array-PrintCols')
-rw-r--r-- | misc/p5-Array-PrintCols/Makefile | 4 | ||||
-rw-r--r-- | misc/p5-Array-PrintCols/pkg-plist | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/misc/p5-Array-PrintCols/Makefile b/misc/p5-Array-PrintCols/Makefile index 3299b2d9dbbe..9a3aecec3ed6 100644 --- a/misc/p5-Array-PrintCols/Makefile +++ b/misc/p5-Array-PrintCols/Makefile @@ -3,7 +3,7 @@ # Date created: October 17th 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.3 1996/11/11 05:49:53 obrien Exp $ +# $Id: Makefile,v 1.4 1996/11/17 09:06:19 obrien Exp $ # DISTNAME= Array-PrintCols-1.2 @@ -19,5 +19,7 @@ RUN_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 NO_BUILD= YES WRKSRC= ${WRKDIR}/Array-PrintCols +MAN3= Array::PrintCols.3p +MANPREFIX= ${PREFIX}/lib/perl5 .include <bsd.port.mk> diff --git a/misc/p5-Array-PrintCols/pkg-plist b/misc/p5-Array-PrintCols/pkg-plist index bda3f415562f..3f3692fb8814 100644 --- a/misc/p5-Array-PrintCols/pkg-plist +++ b/misc/p5-Array-PrintCols/pkg-plist @@ -1,4 +1,4 @@ lib/perl5/site_perl/Array/PrintCols-1.2.pm lib/perl5/site_perl/Array/PrintCols.pm -lib/perl5/man/man3/Array::PrintCols.3p +lib/perl5/man/man3/Array::PrintCols.3p.gz @dirrm lib/perl5/site_perl/Array |