diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-03-08 19:40:36 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-03-08 19:40:36 +0000 |
commit | ae5a97419f9483f8d29f539efc9d0073f21b32de (patch) | |
tree | 31ed0dbd30601179a2bbef617a33214b104e418a /games/dopewars | |
parent | a8e47947f0a68e270b396c8eb837420d5740af94 (diff) | |
download | pkgsrc-ae5a97419f9483f8d29f539efc9d0073f21b32de.tar.gz |
Handle some shared directories by depending on (or updating dependancies to
the latest versions) xdg-dirs, xdg-x11-dirs or gnome*-dirs.
Bump PKGREVISION.
Diffstat (limited to 'games/dopewars')
-rw-r--r-- | games/dopewars/Makefile | 6 | ||||
-rw-r--r-- | games/dopewars/PLIST | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/games/dopewars/Makefile b/games/dopewars/Makefile index 077608176ab..1aa031433e4 100644 --- a/games/dopewars/Makefile +++ b/games/dopewars/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.24 2004/03/08 02:32:31 snj Exp $ +# $NetBSD: Makefile,v 1.25 2004/03/08 19:40:38 jmmv Exp $ DISTNAME= dopewars-1.5.9 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= games MASTER_SITES= http://bellatrix.pcl.ox.ac.uk/~ben/dopewars/ \ ${MASTER_SITE_SOURCEFORGE:=dopewars/} \ @@ -11,6 +11,8 @@ MAINTAINER= root@garbled.net HOMEPAGE= http://bellatrix.pcl.ox.ac.uk/~ben/dopewars/ COMMENT= Make a fortune dealing drugs on the streets of New York +DEPENDS+= xdg-dirs>=1.1:../../misc/xdg-dirs + USE_BUILDLINK3= YES USE_LIBTOOL= YES USE_PKGLOCALEDIR= YES diff --git a/games/dopewars/PLIST b/games/dopewars/PLIST index 53f8156ae8e..5e1c1b61385 100644 --- a/games/dopewars/PLIST +++ b/games/dopewars/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2003/07/18 18:04:07 jmmv Exp $ +@comment $NetBSD: PLIST,v 1.6 2004/03/08 19:40:38 jmmv Exp $ bin/dopewars man/man6/dopewars.6 share/doc/${PKGNAME}/help/cops.html @@ -47,8 +47,6 @@ ${PKGLOCALEDIR}/locale/pt_BR/LC_MESSAGES/dopewars.mo share/pixmaps/dopewars-pill.png share/pixmaps/dopewars-shot.png share/pixmaps/dopewars-weed.png -@unexec ${RMDIR} %D/share/gnome/apps/Games 2>/dev/null || ${TRUE} -@unexec ${RMDIR} %D/share/gnome/apps 2>/dev/null || ${TRUE} @dirrm share/dopewars @dirrm share/doc/${PKGNAME}/help @dirrm share/doc/${PKGNAME} |