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 | 1f08b3ce7ada85693977b38e4e4a5d4a5955e5b9 (diff) | |
download | ports-b4b7e7ab72241e340b509a8700b7c40bc11fe9b8.tar.gz ports-b4b7e7ab72241e340b509a8700b7c40bc11fe9b8.zip |
Notes
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 |