diff options
Diffstat (limited to 'math/xgraph/Makefile')
-rw-r--r-- | math/xgraph/Makefile | 3 |
1 files changed, 2 insertions, 1 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> |