diff options
author | marcus <marcus@FreeBSD.org> | 2010-03-22 05:27:44 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2010-03-22 05:27:44 +0800 |
commit | 9d36c3bc10730a5a177f36a9b05a36f0f758341b (patch) | |
tree | 91b12aff859f567b0b0bd02b99728b987fbcebaa /games | |
parent | 951319b7b39bf2037e5726d3c4f247381a5ad911 (diff) | |
download | freebsd-ports-graphics-9d36c3bc10730a5a177f36a9b05a36f0f758341b.tar.gz freebsd-ports-graphics-9d36c3bc10730a5a177f36a9b05a36f0f758341b.tar.zst freebsd-ports-graphics-9d36c3bc10730a5a177f36a9b05a36f0f758341b.zip |
Remove %%DATADIR%% as well.
Reported by: QAT
Diffstat (limited to 'games')
-rw-r--r-- | games/gcompris/Makefile | 1 | ||||
-rw-r--r-- | games/gcompris/pkg-plist | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/games/gcompris/Makefile b/games/gcompris/Makefile index 10222c9ca86..916cc0c6cea 100644 --- a/games/gcompris/Makefile +++ b/games/gcompris/Makefile @@ -7,6 +7,7 @@ PORTNAME= gcompris PORTVERSION= 9.2 +PORTREVISION= 1 CATEGORIES= games gnome MASTER_SITES= SF DISTNAME= gcompris-9.2-2 diff --git a/games/gcompris/pkg-plist b/games/gcompris/pkg-plist index 2021339fb22..40c5f1a9588 100644 --- a/games/gcompris/pkg-plist +++ b/games/gcompris/pkg-plist @@ -8464,4 +8464,5 @@ share/pixmaps/gcompris.png @dirrm %%DATADIR%%/boards/advanced_colors @dirrm %%DATADIR%%/boards/administration @dirrm %%DATADIR%%/boards +@dirrm %%DATADIR%% @dirrm lib/gcompris |