diff options
author | gpalmer <gpalmer@FreeBSD.org> | 1994-12-12 04:32:04 +0000 |
---|---|---|
committer | gpalmer <gpalmer@FreeBSD.org> | 1994-12-12 04:32:04 +0000 |
commit | 7aa2a83351ccc75de4dd083383df9043341e04ef (patch) | |
tree | f23a11e2b7c28a5d1675d5a8515eab368b686aae /math | |
parent | 0e9251a883e2ebdcce151d78423934cbb0d6d9e6 (diff) | |
download | FreeBSD-ports-7aa2a83351ccc75de4dd083383df9043341e04ef.zip FreeBSD-ports-7aa2a83351ccc75de4dd083383df9043341e04ef.tar.gz |
With my reversal of the INSTALL_MANPAGES logic in bsd.port.mk, none of
these need to have INSTALL_MANPAGES= yes anymore.
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 5ddec61..4e9c14c 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> |