- Drop unneeded PLIST_DIRS

- Add NO_ARCH
This commit is contained in:
Dmitry Marakasov 2016-01-10 00:23:24 +00:00
parent 6ea857cbb8
commit 10f2db1bdf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=405662

View file

@ -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" \