diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-20 18:37:11 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-20 18:37:11 +0000 |
commit | 5081338b1e9772209b1c287f987b6de642ca9016 (patch) | |
tree | bc1557370f4d0eb2e1675a53b5812645127c3a38 /games/xwordpy/Makefile | |
parent | 667b0f3452c99db337df184bbc90cb6afff9c3c0 (diff) | |
download | ports-5081338b1e9772209b1c287f987b6de642ca9016.tar.gz ports-5081338b1e9772209b1c287f987b6de642ca9016.zip |
Cleanup plist
Notes
Notes:
svn path=/head/; revision=375084
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" \ |