diff options
Diffstat (limited to 'games/xwordpy/Makefile')
-rw-r--r-- | games/xwordpy/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/games/xwordpy/Makefile b/games/xwordpy/Makefile index 53f90c322d02..19924c066ccf 100644 --- a/games/xwordpy/Makefile +++ b/games/xwordpy/Makefile @@ -21,7 +21,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" \ |