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 /math/gnuplot/Makefile | |
parent | Add $Id$. (diff) |
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 'math/gnuplot/Makefile')
-rw-r--r-- | math/gnuplot/Makefile | 4 |
1 files changed, 3 insertions, 1 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 |