diff options
author | itetcu <itetcu@FreeBSD.org> | 2008-11-17 06:18:27 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2008-11-17 06:18:27 +0800 |
commit | e8d66583a2563da33671c0c9db32a28735b95401 (patch) | |
tree | ca3babfaf7d63669c992ce9fe1759a39b40ac717 /games | |
parent | 5e2d9d3d722703a8f7dc348066fd41f457e95186 (diff) | |
download | freebsd-ports-gnome-e8d66583a2563da33671c0c9db32a28735b95401.tar.gz freebsd-ports-gnome-e8d66583a2563da33671c0c9db32a28735b95401.tar.zst freebsd-ports-gnome-e8d66583a2563da33671c0c9db32a28735b95401.zip |
- fix plist for -DNOPORTDOCS
- bump PORTREVISION
Approved by: maintainer timeout on QAT BotMail
Prompted by: QAT QA run
Diffstat (limited to 'games')
-rw-r--r-- | games/ceferino/Makefile | 2 | ||||
-rw-r--r-- | games/ceferino/pkg-plist | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/games/ceferino/Makefile b/games/ceferino/Makefile index b655fd5bf0c2..8ed45ffcf680 100644 --- a/games/ceferino/Makefile +++ b/games/ceferino/Makefile @@ -7,7 +7,7 @@ PORTNAME= ceferino PORTVERSION= 0.97.8 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games MASTER_SITES= http://www.losersjuegos.com.ar/juegos/ceferino/descargas/ diff --git a/games/ceferino/pkg-plist b/games/ceferino/pkg-plist index fec682b1c194..fc04e55f1391 100644 --- a/games/ceferino/pkg-plist +++ b/games/ceferino/pkg-plist @@ -1,9 +1,9 @@ bin/ceferino bin/ceferinoeditor bin/ceferinosetup -%%DOCSDIR%%/AUTHORS -%%DOCSDIR%%/ChangeLog -%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/ChangeLog +%%PORTDOCS%%%%DOCSDIR%%/README %%NLS%%share/locale/ca/LC_MESSAGES/ceferino.mo %%NLS%%share/locale/es/LC_MESSAGES/ceferino.mo %%NLS%%share/locale/fr/LC_MESSAGES/ceferino.mo @@ -59,7 +59,7 @@ bin/ceferinosetup %%DATADIR%%/sounds/tic.wav %%DATADIR%%/sounds/tiro.wav %%DATADIR%%/sounds/toc.wav -@dirrm %%DOCSDIR%% +%%PORTDOCS%%@dirrm %%DOCSDIR%% @dirrm %%DATADIR%%/ima @dirrm %%DATADIR%%/music @dirrm %%DATADIR%%/levels |