diff options
author | jmmv <jmmv> | 2003-07-18 18:04:07 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2003-07-18 18:04:07 +0000 |
commit | e2e407ceed49dcbb35d3a7520bf55a6fdac913e3 (patch) | |
tree | a76b3ce2993c090e348b72957a832c11993a92df /games | |
parent | 1b31132d69a7fae436d10adf2e3ff0b665f0748d (diff) | |
download | pkgsrc-e2e407ceed49dcbb35d3a7520bf55a6fdac913e3.tar.gz |
Do not depend on gnome1-dirs which requires X11, though dopewars does not
need it. Handle gnome shared directories manually here. Bump PKGREVISION
to 2. Pointed out by David W. Talmage in tech-pkg@.
Diffstat (limited to 'games')
-rw-r--r-- | games/dopewars/Makefile | 6 | ||||
-rw-r--r-- | games/dopewars/PLIST | 6 |
2 files changed, 5 insertions, 7 deletions
diff --git a/games/dopewars/Makefile b/games/dopewars/Makefile index 4f4e6b00997..f739c46552f 100644 --- a/games/dopewars/Makefile +++ b/games/dopewars/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.18 2003/07/13 13:51:44 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2003/07/18 18:04:07 jmmv Exp $ DISTNAME= dopewars-1.5.9 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= games MASTER_SITES= http://bellatrix.pcl.ox.ac.uk/~ben/dopewars/ \ ${MASTER_SITE_SOURCEFORGE:=dopewars/} \ @@ -11,8 +11,6 @@ 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+= gnome1-dirs>=1.0:../../misc/gnome1-dirs - USE_BUILDLINK2= YES USE_LIBTOOL= YES LIBTOOL_OVERRIDE= ${WRKSRC}/libtool diff --git a/games/dopewars/PLIST b/games/dopewars/PLIST index 7e92801d911..53f8156ae8e 100644 --- a/games/dopewars/PLIST +++ b/games/dopewars/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2003/07/12 10:07:35 wiz Exp $ +@comment $NetBSD: PLIST,v 1.5 2003/07/18 18:04:07 jmmv Exp $ bin/dopewars man/man6/dopewars.6 share/doc/${PKGNAME}/help/cops.html @@ -47,8 +47,8 @@ ${PKGLOCALEDIR}/locale/pt_BR/LC_MESSAGES/dopewars.mo share/pixmaps/dopewars-pill.png share/pixmaps/dopewars-shot.png share/pixmaps/dopewars-weed.png -@comment in gnome-dirs: @dirrm share/gnome/apps/Games -@comment in gnome-dirs: @dirrm share/gnome/apps +@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} |