summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2016-01-10 00:23:24 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2016-01-10 00:23:24 +0000
commit10f2db1bdf7994909a3a6f737b34b0874a79a185 (patch)
treea4254618cc7d5cf5374842dab633c16f46add87a /games
parent- Drop unneeded PLIST_DIRS (diff)
- Drop unneeded PLIST_DIRS
- Add NO_ARCH
Notes
Notes: svn path=/head/; revision=405662
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" \