diff options
author | steve <steve@FreeBSD.org> | 1998-09-27 20:17:46 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-09-27 20:17:46 +0000 |
commit | 2e99dacf8f7a945a1d2e6ed3c3303f19f30d2d61 (patch) | |
tree | a781bfa2365b351050f65996e1556aa1df6d2af5 /math | |
parent | d9cbe5b5064460c8fbd90eeacadcef10f19d861f (diff) | |
download | FreeBSD-ports-2e99dacf8f7a945a1d2e6ed3c3303f19f30d2d61.zip FreeBSD-ports-2e99dacf8f7a945a1d2e6ed3c3303f19f30d2d61.tar.gz |
Move manpage to MAN1 macro in Makefile.
Diffstat (limited to 'math')
-rw-r--r-- | math/xgraph/Makefile | 3 | ||||
-rw-r--r-- | math/xgraph/pkg-plist | 1 | ||||
-rw-r--r-- | math/xspread/Makefile | 1 | ||||
-rw-r--r-- | math/xspread/pkg-plist | 1 |
4 files changed, 3 insertions, 3 deletions
diff --git a/math/xgraph/Makefile b/math/xgraph/Makefile index 8ea3ae2..564ffbb 100644 --- a/math/xgraph/Makefile +++ b/math/xgraph/Makefile @@ -3,7 +3,7 @@ # Date created: 24 November 1994 # Whom: asami # -# $Id: Makefile,v 1.8 1997/12/25 22:29:43 asami Exp $ +# $Id: Makefile,v 1.9 1998/05/29 06:45:46 tg Exp $ # DISTNAME= xgraph-11.3.2 @@ -13,5 +13,6 @@ MASTER_SITES= ftp://ftp.iis.u-tokyo.ac.jp/pub/X/misc/ MAINTAINER= ports@FreeBSD.ORG USE_IMAKE= yes +MAN1= xgraph.1 .include <bsd.port.mk> diff --git a/math/xgraph/pkg-plist b/math/xgraph/pkg-plist index d27c324..3e36cc3 100644 --- a/math/xgraph/pkg-plist +++ b/math/xgraph/pkg-plist @@ -1,2 +1 @@ bin/xgraph -man/man1/xgraph.1.gz diff --git a/math/xspread/Makefile b/math/xspread/Makefile index c119b10..b36929c 100644 --- a/math/xspread/Makefile +++ b/math/xspread/Makefile @@ -13,5 +13,6 @@ MASTER_SITES= ftp://sunsite.unc.edu/pub/Linux/distributions/slackware/source/xap USE_IMAKE= yes USE_GMAKE= yes +MAN1= xspread.1 .include <bsd.port.mk> diff --git a/math/xspread/pkg-plist b/math/xspread/pkg-plist index 25c602e..03e131f 100644 --- a/math/xspread/pkg-plist +++ b/math/xspread/pkg-plist @@ -1,2 +1 @@ bin/xspread -man/man1/xspread.1.gz |