diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-22 21:38:23 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-22 21:38:23 +0000 |
commit | 877e37b717d718c287c6d0a611fa3d8993d86870 (patch) | |
tree | 8f560639a4f7f514abb615fbbc4bb4b50c56421d /games/xteddy | |
parent | 01a23031a1d15f01c10a311691493992b7fb96e6 (diff) | |
download | ports-877e37b717d718c287c6d0a611fa3d8993d86870.tar.gz ports-877e37b717d718c287c6d0a611fa3d8993d86870.zip |
Revert r375084
A too sharp axe causes unpredictable damages
Reported by: amdmi3
Notes
Notes:
svn path=/head/; revision=375273
Diffstat (limited to 'games/xteddy')
-rw-r--r-- | games/xteddy/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/xteddy/Makefile b/games/xteddy/Makefile index 1ebf39e56357..840a172ff779 100644 --- a/games/xteddy/Makefile +++ b/games/xteddy/Makefile @@ -29,6 +29,7 @@ PLIST_FILES= bin/xteddy bin/xteddy_test bin/xtoys \ %%DATADIR%%/xpenguin.png %%DATADIR%%/xpuppy.png \ %%DATADIR%%/xruessel.png %%DATADIR%%/xteddy.png \ %%DATADIR%%/xtrouble.png %%DATADIR%%/xtuxxy.png +PLIST_DIRS= %%DATADIR%% post-patch: .for f in configure xteddy.c |