diff options
author | Steve Price <steve@FreeBSD.org> | 1998-09-27 20:17:46 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-09-27 20:17:46 +0000 |
commit | 3af80f9c6d581f09877949b6dc60912caffad799 (patch) | |
tree | 327a4a4a96e0deb0d1e725658a3f0bb7c0661eb1 /math/xgraph | |
parent | Make this reinstall friendly. (diff) |
Move manpage to MAN1 macro in Makefile.
Notes
Notes:
svn path=/head/; revision=13465
Diffstat (limited to 'math/xgraph')
-rw-r--r-- | math/xgraph/Makefile | 3 | ||||
-rw-r--r-- | math/xgraph/pkg-plist | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/math/xgraph/Makefile b/math/xgraph/Makefile index 8ea3ae203b6a..564ffbbad3ab 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 d27c32413a81..3e36cc3be2be 100644 --- a/math/xgraph/pkg-plist +++ b/math/xgraph/pkg-plist @@ -1,2 +1 @@ bin/xgraph -man/man1/xgraph.1.gz |