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/xcowsay | |
parent | 01a23031a1d15f01c10a311691493992b7fb96e6 (diff) |
Revert r375084
A too sharp axe causes unpredictable damages
Reported by: amdmi3
Notes
Notes:
svn path=/head/; revision=375273
Diffstat (limited to 'games/xcowsay')
-rw-r--r-- | games/xcowsay/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/xcowsay/Makefile b/games/xcowsay/Makefile index 9d0ad36ae90d..e1e4d21e8ef6 100644 --- a/games/xcowsay/Makefile +++ b/games/xcowsay/Makefile @@ -27,6 +27,7 @@ PLIST_FILES= bin/xcowdream \ %%DATADIR%%/cow_large.png \ %%DATADIR%%/cow_med.png \ %%DATADIR%%/cow_small.png +PLIST_DIRS= %%DATADIR%% CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |