diff options
author | steve <steve@FreeBSD.org> | 1998-09-28 04:17:46 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-09-28 04:17:46 +0800 |
commit | 2e99dacf8f7a945a1d2e6ed3c3303f19f30d2d61 (patch) | |
tree | a781bfa2365b351050f65996e1556aa1df6d2af5 /math/xgraph | |
parent | d9cbe5b5064460c8fbd90eeacadcef10f19d861f (diff) | |
download | freebsd-ports-gnome-2e99dacf8f7a945a1d2e6ed3c3303f19f30d2d61.tar.gz freebsd-ports-gnome-2e99dacf8f7a945a1d2e6ed3c3303f19f30d2d61.tar.zst freebsd-ports-gnome-2e99dacf8f7a945a1d2e6ed3c3303f19f30d2d61.zip |
Move manpage to MAN1 macro in Makefile.
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 |