diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2006-02-13 07:54:39 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2006-02-13 07:54:39 +0000 |
commit | b4b7e7ab72241e340b509a8700b7c40bc11fe9b8 (patch) | |
tree | f60568d9e137a75ed23074bf89574b4533ff4472 /games/cgoban2 | |
parent | Add USE_GETOPT_LONG, this will fix building on 4.X. (diff) |
Fix packing list.
Reported by: pointyhat via kris
Notes
Notes:
svn path=/head/; revision=155896
Diffstat (limited to 'games/cgoban2')
-rw-r--r-- | games/cgoban2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/cgoban2/Makefile b/games/cgoban2/Makefile index 44770af04aa2..0116e09b1129 100644 --- a/games/cgoban2/Makefile +++ b/games/cgoban2/Makefile @@ -25,7 +25,7 @@ USE_JAVA= yes JAVA_VERSION= 1.3+ NO_BUILD= yes -PLIST_FILES= bin/cgoban2 %%DATADIR%%/cgoban.jar +PLIST_FILES= bin/cgoban2 %%DATADIR%%/cgoban.jar share/pixmaps/cgoban2.png PLIST_DIRS= %%DATADIR%% ICON= org/igoweb/go/swing/images/tool1.png |