diff options
author | gpalmer <gpalmer@FreeBSD.org> | 1994-12-12 12:32:04 +0800 |
---|---|---|
committer | gpalmer <gpalmer@FreeBSD.org> | 1994-12-12 12:32:04 +0800 |
commit | 7aa2a83351ccc75de4dd083383df9043341e04ef (patch) | |
tree | f23a11e2b7c28a5d1675d5a8515eab368b686aae /math/xgraph | |
parent | 0e9251a883e2ebdcce151d78423934cbb0d6d9e6 (diff) | |
download | freebsd-ports-gnome-7aa2a83351ccc75de4dd083383df9043341e04ef.tar.gz freebsd-ports-gnome-7aa2a83351ccc75de4dd083383df9043341e04ef.tar.zst freebsd-ports-gnome-7aa2a83351ccc75de4dd083383df9043341e04ef.zip |
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/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> |