diff options
author | minskim <minskim@pkgsrc.org> | 2005-09-22 02:04:03 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2005-09-22 02:04:03 +0000 |
commit | d1eab1329791ced4b0e287916d67c65729f94c10 (patch) | |
tree | f6d9abe64a366c3ccfd7ecd130c6cbfbb902f69a /sysutils | |
parent | 1e2d184b62e4dbbd4a7ab6d8000ab484dcce7e57 (diff) | |
download | pkgsrc-d1eab1329791ced4b0e287916d67c65729f94c10.tar.gz |
Fix PLIST. Bump PKGREVISION.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/grun/Makefile | 5 | ||||
-rw-r--r-- | sysutils/grun/PLIST | 8 |
2 files changed, 9 insertions, 4 deletions
diff --git a/sysutils/grun/Makefile b/sysutils/grun/Makefile index 5043557489e..9c3328ab50b 100644 --- a/sysutils/grun/Makefile +++ b/sysutils/grun/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.14 2005/06/17 04:49:48 jlam Exp $ +# $NetBSD: Makefile,v 1.15 2005/09/22 02:04:03 minskim Exp $ DISTNAME= grun-0.9.2 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= misc MASTER_SITES= http://www.geocities.com/ResearchTriangle/Facility/1468/sg/ @@ -10,6 +10,7 @@ HOMEPAGE= ${MASTER_SITES}/grun.html COMMENT= GTK+ based Run dialog GNU_CONFIGURE= YES +USE_PKGLOCALEDIR= YES USE_TOOLS+= gmake PTHREAD_OPTS+= require diff --git a/sysutils/grun/PLIST b/sysutils/grun/PLIST index 91179875f67..69f17e32c5b 100644 --- a/sysutils/grun/PLIST +++ b/sysutils/grun/PLIST @@ -1,6 +1,10 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2001/11/18 22:41:40 agc Exp $ +@comment $NetBSD: PLIST,v 1.2 2005/09/22 02:04:03 minskim Exp $ bin/grun man/man1/grun.1 -share/grun/gassoc share/grun/consfile +share/grun/gassoc +${PKGLOCALEDIR}/locale/de/LC_MESSAGES/grun.mo +${PKGLOCALEDIR}/locale/es/LC_MESSAGES/grun.mo +${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/grun.mo +${PKGLOCALEDIR}/locale/pt/LC_MESSAGES/grun.mo @dirrm share/grun |