aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2013-09-21 19:06:03 +0800
committerdinoex <dinoex@FreeBSD.org>2013-09-21 19:06:03 +0800
commit2b046d64117ade41e336404023c6f8150293fc4a (patch)
tree2051ba0023bbf060fa37051dc7fc6990710a53b1 /x11-wm
parenta68540824c2afc9f423babe69b1494598b151be9 (diff)
downloadfreebsd-ports-gnome-2b046d64117ade41e336404023c6f8150293fc4a.tar.gz
freebsd-ports-gnome-2b046d64117ade41e336404023c6f8150293fc4a.tar.zst
freebsd-ports-gnome-2b046d64117ade41e336404023c6f8150293fc4a.zip
- fix misplaced NO_STAGE in slaveports and ifdefs
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/afterstep/Makefile7
-rw-r--r--x11-wm/fvwm/Makefile3
2 files changed, 6 insertions, 4 deletions
diff --git a/x11-wm/afterstep/Makefile b/x11-wm/afterstep/Makefile
index 31cc1bd26e5a..71ceafea546e 100644
--- a/x11-wm/afterstep/Makefile
+++ b/x11-wm/afterstep/Makefile
@@ -14,14 +14,16 @@ COMMENT= Window manager originally based on the Bowman NeXTstep clone
RUN_DEPENDS= asclock:${PORTSDIR}/x11-clocks/asclock
+CONFLICTS?= afterstep-2*
+PORTSCOUT= limit:^1\.[0-9.]*$$
NO_LATEST_LINK= yes
+NO_STAGE= yes
+
USE_XORG= xpm xext x11
USES= imake
INSTALL_TARGET= install install.man
MANCOMPRESSED= yes
MAN1= afterstep.1 Animate.1 Audio.1 Auto.1 Banner.1 Pager.1 Wharf.1
-CONFLICTS?= afterstep-2*
-PORTSCOUT= limit:^1\.[0-9.]*$$
CFLAGS+= -Wno-return-type
USE_CSTD= gnu89
@@ -30,7 +32,6 @@ SRCDIRS= afterstep \
modules/Banner modules/Pager modules/Wharf \
modules/Wharf/ASSound
-NO_STAGE= yes
post-patch:
${REINPLACE_CMD} \
-e 's|%%PREFIX%%|${PREFIX}|g' \
diff --git a/x11-wm/fvwm/Makefile b/x11-wm/fvwm/Makefile
index 419a0453efd2..aaed6077f827 100644
--- a/x11-wm/fvwm/Makefile
+++ b/x11-wm/fvwm/Makefile
@@ -11,15 +11,16 @@ MAINTAINER= dinoex@FreeBSD.org
COMMENT= The fvwm window manager
NO_LATEST_LINK= yes
+NO_STAGE= yes
USES= imake
USE_XORG= xbitmaps xpm xext x11 xmu
+
MAN1= FvwmAudio.1 FvwmAuto.1 FvwmBacker.1 FvwmBanner.1 FvwmClean.1 \
FvwmDebug.1 FvwmIconBox.1 FvwmIdent.1 FvwmPager.1 FvwmSave.1 \
FvwmSaveDesk.1 FvwmScroll.1 FvwmWinList.1 GoodStuff.1 fvwm.1 \
xpmroot.1
-NO_STAGE= yes
pre-configure:
@${REINPLACE_CMD} -e '/DependSubdirs/y,/*#, ,' ${WRKSRC}/Imakefile
${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \