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 /misc/hitchhiker | |
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 'misc/hitchhiker')
-rw-r--r-- | misc/hitchhiker/Makefile | 6 | ||||
-rw-r--r-- | misc/hitchhiker/PLIST | 3 |
2 files changed, 5 insertions, 4 deletions
diff --git a/misc/hitchhiker/Makefile b/misc/hitchhiker/Makefile index 3d479a238fd..bfd8710e52d 100644 --- a/misc/hitchhiker/Makefile +++ b/misc/hitchhiker/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.13 2004/01/03 18:49:46 reed Exp $ +# $NetBSD: Makefile,v 1.14 2004/03/08 19:40:40 jmmv Exp $ # DISTNAME= hh2000-0.6 PKGNAME= hitchhiker-0.6 -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=hitchhiker/} @@ -11,6 +11,8 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://hirame.hiram.edu/~worleyam COMMENT= Astronomical simulation and visualization program +DEPENDS+= gnome1-dirs>=1.5:../../misc/gnome1-dirs + GNU_CONFIGURE= yes USE_X11BASE= yes USE_BUILDLINK2= yes diff --git a/misc/hitchhiker/PLIST b/misc/hitchhiker/PLIST index c579de85580..3f35941ceb8 100644 --- a/misc/hitchhiker/PLIST +++ b/misc/hitchhiker/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2002/12/09 16:01:34 tron Exp $ +@comment $NetBSD: PLIST,v 1.6 2004/03/08 19:40:40 jmmv Exp $ bin/hh2000 share/gnome/apps/Applications/hh2000.desktop share/hh2000/data/asteroids.csv @@ -50,7 +50,6 @@ share/pixmaps/hh2000/star.xpm share/pixmaps/hh2000/step_forward.xpm share/pixmaps/hh2000/step_reverse.xpm share/pixmaps/hh2000icon.png -@unexec ${RMDIR} -p %D/share/gnome/apps/Applications 2> /dev/null || ${TRUE} @dirrm share/pixmaps/hh2000 @dirrm share/hh2000/scripts @dirrm share/hh2000/maps |