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 | 3b4e76f265f80e40b7164173d71e25df9f0af464 (patch) | |
tree | f6d9abe64a366c3ccfd7ecd130c6cbfbb902f69a | |
parent | 9f900e2cf12679b9c19597e2822248f55c08c39f (diff) | |
download | pkgsrc-3b4e76f265f80e40b7164173d71e25df9f0af464.tar.gz |
Fix PLIST. Bump PKGREVISION.
-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 |