aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2016-01-10 08:23:24 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2016-01-10 08:23:24 +0800
commitb91aee8e85f0b290ae1dbb80929adb22ef1c1381 (patch)
treea4254618cc7d5cf5374842dab633c16f46add87a /games
parentb16e6392d395925f566868ac3087c6c46d967a1e (diff)
downloadfreebsd-ports-gnome-b91aee8e85f0b290ae1dbb80929adb22ef1c1381.tar.gz
freebsd-ports-gnome-b91aee8e85f0b290ae1dbb80929adb22ef1c1381.tar.zst
freebsd-ports-gnome-b91aee8e85f0b290ae1dbb80929adb22ef1c1381.zip
- Drop unneeded PLIST_DIRS
- Add NO_ARCH
Diffstat (limited to 'games')
-rw-r--r--games/xwordpy/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/xwordpy/Makefile b/games/xwordpy/Makefile
index 4385154ef12d..80584d0b3cf3 100644
--- a/games/xwordpy/Makefile
+++ b/games/xwordpy/Makefile
@@ -15,6 +15,7 @@ BROKEN= unfetchable
USE_GNOME= pygtk2
USES= python
NO_BUILD= yes
+NO_ARCH= yes
PLIST_FILES= bin/xwordpy \
%%DATADIR%%/crossword-check-all.png \
@@ -22,7 +23,6 @@ PLIST_FILES= bin/xwordpy \
%%DATADIR%%/crossword-clock.png \
%%DATADIR%%/crossword-solve.png \
%%DATADIR%%/layout-rtb.png
-PLIST_DIRS= %%DATADIR%%
post-patch:
@${REINPLACE_CMD} -e "s|%%DATADIR%%|\'${DATADIR}\'|g" \