diff options
author | Gary Palmer <gpalmer@FreeBSD.org> | 1994-12-12 04:32:04 +0000 |
---|---|---|
committer | Gary Palmer <gpalmer@FreeBSD.org> | 1994-12-12 04:32:04 +0000 |
commit | ba2097f169c0973fb05793040058356a725c495e (patch) | |
tree | 2e88deba232c032980e183c92bf661b1568c4cef /math/xgraph | |
parent | With my reversal of the INSTALL_MANPAGES logic in bsd.port.mk, none of (diff) |
With my reversal of the INSTALL_MANPAGES logic in bsd.port.mk, none of
these need to have INSTALL_MANPAGES= yes anymore.
Notes
Notes:
svn path=/head/; revision=558
Diffstat (limited to 'math/xgraph')
-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> |