diff options
Diffstat (limited to 'math')
-rw-r--r-- | math/xgraph/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/math/xgraph/Makefile b/math/xgraph/Makefile index 5ddec613c6f2..4e9c14c2ebab 100644 --- a/math/xgraph/Makefile +++ b/math/xgraph/Makefile @@ -3,13 +3,12 @@ # Date created: 24 November 1994 # Whom: asami # -# $Id:$ +# $Id: Makefile,v 1.1.1.1 1994/11/25 04:47:47 asami Exp $ # DISTNAME= xgraph-11 USE_IMAKE= yes MASTER_SITES= ftp://ftp.cs.orst.edu/pub/src/Xclients.local/ EXTRACT_SUFX= .tar.Z -INSTALL_MANPAGES= yes .include <bsd.port.mk> |