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 /math/gnuplot | |
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 'math/gnuplot')
-rw-r--r-- | math/gnuplot/Makefile | 4 | ||||
-rw-r--r-- | math/gnuplot/pkg-plist | 8 |
2 files changed, 5 insertions, 7 deletions
diff --git a/math/gnuplot/Makefile b/math/gnuplot/Makefile index b2b0b358864b..b4510019bdc8 100644 --- a/math/gnuplot/Makefile +++ b/math/gnuplot/Makefile @@ -3,7 +3,7 @@ # Date created: 6 October 1994 # Whom: jmz # -# $Id: Makefile,v 1.5 1995/04/28 13:35:36 jkh Exp $ +# $Id: Makefile,v 1.6 1996/11/18 10:24:43 asami Exp $ # DISTNAME= gnuplot @@ -15,6 +15,8 @@ DISTFILES= gnuplot3.5.tar.Z MAINTAINER= jmz@FreeBSD.org +MAN1= gnuplot.1 lasergnu.1 + pre-install: @mkdir -p ${PREFIX}/bin @mkdir -p ${PREFIX}/lib diff --git a/math/gnuplot/pkg-plist b/math/gnuplot/pkg-plist index f3bc0338b5c3..a5af63d7cd5b 100644 --- a/math/gnuplot/pkg-plist +++ b/math/gnuplot/pkg-plist @@ -1,10 +1,6 @@ -@cd /usr/local -@owner bin -@mode 755 bin/gnuplot bin/gnuplot_x11 bin/lasergnu -@mode 644 lib/gnuplot.gih -man/man1/gnuplot.1 -man/man1/lasergnu.1 +man/man1/gnuplot.1.gz +man/man1/lasergnu.1.gz |