diff options
author | salo <salo> | 2002-12-01 16:25:56 +0000 |
---|---|---|
committer | salo <salo> | 2002-12-01 16:25:56 +0000 |
commit | 3f719d5bc5d8644987feccc0e10d46d1cc31f53d (patch) | |
tree | bb4150dfdc571ca894c7717238e6978989cbf554 /misc/hitchhiker | |
parent | 961ab039efb4bb3794ce7ef72a4f66787b4dd92b (diff) | |
download | pkgsrc-3f719d5bc5d8644987feccc0e10d46d1cc31f53d.tar.gz |
USE_PKGLOCALEDIR, remove unnecessary patch, delint.
Diffstat (limited to 'misc/hitchhiker')
-rw-r--r-- | misc/hitchhiker/Makefile | 9 | ||||
-rw-r--r-- | misc/hitchhiker/PLIST | 4 |
2 files changed, 7 insertions, 6 deletions
diff --git a/misc/hitchhiker/Makefile b/misc/hitchhiker/Makefile index 02e38b3a09c..30bf3b3441c 100644 --- a/misc/hitchhiker/Makefile +++ b/misc/hitchhiker/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2002/09/23 16:57:03 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2002/12/01 16:25:58 salo Exp $ # DISTNAME= hh2000-0.6 @@ -11,9 +11,10 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://hirame.hiram.edu/~worleyam COMMENT= Astronomical simulation and visualization program -GNU_CONFIGURE= yes -USE_X11BASE= yes -USE_BUILDLINK2= yes +GNU_CONFIGURE= yes +USE_X11BASE= yes +USE_BUILDLINK2= yes +USE_PKGLOCALEDIR= yes .include "../../devel/gettext-lib/buildlink2.mk" .include "../../graphics/glut/buildlink2.mk" diff --git a/misc/hitchhiker/PLIST b/misc/hitchhiker/PLIST index ee0f9b9d23c..baf8e9f031b 100644 --- a/misc/hitchhiker/PLIST +++ b/misc/hitchhiker/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2002/07/19 04:54:24 mycroft Exp $ +@comment $NetBSD: PLIST,v 1.4 2002/12/01 16:25:58 salo Exp $ bin/hh2000 share/gnome/apps/Applications/hh2000.desktop share/hh2000/data/asteroids.csv @@ -35,7 +35,7 @@ share/hh2000/maps/milkyway2.rgb share/hh2000/maps/milkyway3.rgb share/hh2000/maps/sunshine.rgb share/hh2000/scripts/hhmoviebuilder.csh -share/locale/es/LC_MESSAGES/hh2000.mo +${PKGLOCALEDIR}/locale/es/LC_MESSAGES/hh2000.mo share/pixmaps/hh2000/asteroid.xpm share/pixmaps/hh2000/comet.xpm share/pixmaps/hh2000/loading.png |