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 /x11-wm | |
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 'x11-wm')
-rw-r--r-- | x11-wm/ctwm/Makefile | 3 | ||||
-rw-r--r-- | x11-wm/piewm/Makefile | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/x11-wm/ctwm/Makefile b/x11-wm/ctwm/Makefile index 23ac8074d468..781b7c85654d 100644 --- a/x11-wm/ctwm/Makefile +++ b/x11-wm/ctwm/Makefile @@ -3,14 +3,13 @@ # Date created: 13 November 1994 # Whom: torstenb # -# $Id: Makefile,v 1.1.1.1 1994/11/20 16:20:38 torstenb Exp $ +# $Id: Makefile,v 1.2 1994/11/23 07:56:10 gpalmer Exp $ # DISTNAME= ctwm-3.2p1 MASTER_SITES= ftp://ftp.x.org/contrib/window_managers/ USE_IMAKE= YES EXTRACT_SUFX= .tar.Z -INSTALL_MANPAGES= yes .if !exists(/usr/X11R6/lib/libXpm.a) DEPENDS= ${PORTSDIR}/x11/xpm .endif diff --git a/x11-wm/piewm/Makefile b/x11-wm/piewm/Makefile index 4e1e80a4c203..76c558041706 100644 --- a/x11-wm/piewm/Makefile +++ b/x11-wm/piewm/Makefile @@ -8,7 +8,6 @@ DISTNAME= piewm USE_IMAKE= yes -INSTALL_MANPAGES= yes MASTER_SITES= ftp://ftp.x.org/R5contrib/ EXTRACT_SUFX= .tar.Z PKG_CMD= pkg_create -N |