diff options
-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 |