aboutsummaryrefslogtreecommitdiff
path: root/games/xscrabble
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2013-09-21 11:06:03 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2013-09-21 11:06:03 +0000
commit1e3119b07ebe66367ead55242a47710e556bf383 (patch)
tree2051ba0023bbf060fa37051dc7fc6990710a53b1 /games/xscrabble
parent0dea0192303406b3b949a31479a4264b58bafce6 (diff)
downloadports-1e3119b07ebe66367ead55242a47710e556bf383.tar.gz
ports-1e3119b07ebe66367ead55242a47710e556bf383.zip
- fix misplaced NO_STAGE in slaveports and ifdefs
Notes
Notes: svn path=/head/; revision=327804
Diffstat (limited to 'games/xscrabble')
-rw-r--r--games/xscrabble/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/xscrabble/Makefile b/games/xscrabble/Makefile
index 933acc099713..769a22d883d4 100644
--- a/games/xscrabble/Makefile
+++ b/games/xscrabble/Makefile
@@ -11,6 +11,8 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${PORTNAME}_en${EXTRACT_SUFX}
MAINTAINER= dinoex@FreeBSD.org
COMMENT= X version of the popular board game
+NO_STAGE= yes
+
USES= imake
USE_BZIP2= yes
USE_XORG= xaw
@@ -18,7 +20,6 @@ NO_INSTALL_MANPAGES= yes
XSCRABBLEDIR= ${PREFIX}/lib/X11/xscrabble
-NO_STAGE= yes
post-patch:
@${ECHO_CMD} '#define VERSION ${PORTVERSION:S/.//g}' \
> ${WRKSRC}/src/config.h