diff options
author | itetcu <itetcu@FreeBSD.org> | 2008-11-17 08:22:53 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2008-11-17 08:22:53 +0800 |
commit | 715f7b00579382e94559c8975431b7b35967b351 (patch) | |
tree | f53daf41ff8f316a5d4789cea0cb4c1540344726 /games | |
parent | 50c0c6b75943601adb02c51cb578989abc4b1916 (diff) | |
download | freebsd-ports-gnome-715f7b00579382e94559c8975431b7b35967b351.tar.gz freebsd-ports-gnome-715f7b00579382e94559c8975431b7b35967b351.tar.zst freebsd-ports-gnome-715f7b00579382e94559c8975431b7b35967b351.zip |
- fix plist
- bump PORTREVISION
Prompted by: QAT QA run
Diffstat (limited to 'games')
-rw-r--r-- | games/linux-doom3-demo/Makefile | 2 | ||||
-rw-r--r-- | games/linux-doom3-demo/pkg-plist | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/games/linux-doom3-demo/Makefile b/games/linux-doom3-demo/Makefile index f30d4fabfdda..120966299f0d 100644 --- a/games/linux-doom3-demo/Makefile +++ b/games/linux-doom3-demo/Makefile @@ -7,7 +7,7 @@ PORTNAME= doom3-demo PORTVERSION= 1.1.1286 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games linux MASTER_SITES= http://www.hup.hu/~trey/DOOM3/ \ http://darkstar.ist.utl.pt/pub/games/ \ diff --git a/games/linux-doom3-demo/pkg-plist b/games/linux-doom3-demo/pkg-plist index ed5a901c93b3..95253a8c0251 100644 --- a/games/linux-doom3-demo/pkg-plist +++ b/games/linux-doom3-demo/pkg-plist @@ -4,6 +4,6 @@ lib/linux-doom3-demo/doom.x86 lib/linux-doom3-demo/gamex86.so %%PORTDOCS%%%%DOCSDIR%%/License.txt %%PORTDOCS%%%%DOCSDIR%%/README -@dirrm lib/doom3-demo/demo -@dirrm lib/doom3-demo +@dirrm lib/linux-doom3-demo/demo +@dirrm lib/linux-doom3-demo %%PORTDOCS%%@dirrm %%DOCSDIR%% |