diff options
author | mat <mat@FreeBSD.org> | 2014-02-12 22:03:25 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2014-02-12 22:03:25 +0800 |
commit | 9476e99318c386a8d87bc82fa710217e9ab15e5e (patch) | |
tree | 9a2d423cc667de912158ddaaec622d174862afeb /games | |
parent | 6b3480f4f2f6baf71f3be636119586fb52bbc226 (diff) | |
download | freebsd-ports-gnome-9476e99318c386a8d87bc82fa710217e9ab15e5e.tar.gz freebsd-ports-gnome-9476e99318c386a8d87bc82fa710217e9ab15e5e.tar.zst freebsd-ports-gnome-9476e99318c386a8d87bc82fa710217e9ab15e5e.zip |
Fix old makeplist bug.
Pointy hat to: people who blindly use makeplist
Sponsored by: Absolight
Diffstat (limited to 'games')
-rw-r--r-- | games/gnubg/Makefile | 2 | ||||
-rw-r--r-- | games/gnubg/pkg-plist | 4 | ||||
-rw-r--r-- | games/pengpong/Makefile | 2 | ||||
-rw-r--r-- | games/pengpong/pkg-plist | 2 | ||||
-rw-r--r-- | games/seabattle/Makefile | 2 | ||||
-rw-r--r-- | games/seabattle/pkg-plist | 2 |
6 files changed, 7 insertions, 7 deletions
diff --git a/games/gnubg/Makefile b/games/gnubg/Makefile index 5d815966926c..824ce669232e 100644 --- a/games/gnubg/Makefile +++ b/games/gnubg/Makefile @@ -3,7 +3,7 @@ PORTNAME= gnubg PORTVERSION= 1.02.000 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= http://www.c-s.li/ports/ \ http://files.gnubg.org/media/sources/ diff --git a/games/gnubg/pkg-plist b/games/gnubg/pkg-plist index 2939de73259c..4c5526747ac0 100644 --- a/games/gnubg/pkg-plist +++ b/games/gnubg/pkg-plist @@ -243,5 +243,5 @@ share/icons/hicolor/48x48/apps/gnubg.png @dirrmtry %%DATADIR%%/fonts @dirrmtry %%DATADIR%%/flags @dirrmtry %%DATADIR%% -@dirrmtry %%PORTDOCS%%%%DOCSDIR%%/images -@dirrmtry %%PORTDOCS%%%%DOCSDIR%% +%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/images +%%PORTDOCS%%@dirrmtry %%DOCSDIR%% diff --git a/games/pengpong/Makefile b/games/pengpong/Makefile index ecb55dca115d..aed8b695eb11 100644 --- a/games/pengpong/Makefile +++ b/games/pengpong/Makefile @@ -3,7 +3,7 @@ PORTNAME= pengpong PORTVERSION= 0.3 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}-linux diff --git a/games/pengpong/pkg-plist b/games/pengpong/pkg-plist index 2c33459071db..0e6593b635ec 100644 --- a/games/pengpong/pkg-plist +++ b/games/pengpong/pkg-plist @@ -6,4 +6,4 @@ bin/pengpong %%DATADIR%%/paddle.tga %%DATADIR%%/red.png @dirrmtry %%DATADIR%% -@dirrmtry %%PORTDOCS%%%%DOCSDIR%% +%%PORTDOCS%%@dirrmtry %%DOCSDIR%% diff --git a/games/seabattle/Makefile b/games/seabattle/Makefile index b4637b4ff6f2..3f34f883309b 100644 --- a/games/seabattle/Makefile +++ b/games/seabattle/Makefile @@ -3,7 +3,7 @@ PORTNAME= seabattle PORTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= SUNSITE \ http://www.deater.net/weave/vmwprod/ diff --git a/games/seabattle/pkg-plist b/games/seabattle/pkg-plist index 7b6071c2ed11..2ce2a15ca8d0 100644 --- a/games/seabattle/pkg-plist +++ b/games/seabattle/pkg-plist @@ -7,4 +7,4 @@ bin/seabattle %%DATADIR%%/opening.au %%DATADIR%%/sunkit.au @dirrmtry %%DATADIR%% -@dirrmtry %%PORTDOCS%%%%DOCSDIR%% +%%PORTDOCS%%@dirrmtry %%DOCSDIR%% |