- Drop unneeded PLIST_DIRS
- Add NO_ARCH
This commit is contained in:
parent
6ea857cbb8
commit
10f2db1bdf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=405662
1 changed files with 1 additions and 1 deletions
|
@ -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" \
|
||||
|
|
Loading…
Reference in a new issue