diff options
author | minskim <minskim@pkgsrc.org> | 2004-04-03 04:59:28 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-04-03 04:59:28 +0000 |
commit | 149e489cf4c70b77a2615fabcd603268269b8bd8 (patch) | |
tree | 08f1d611b219e9170a4dc7b89b97a1bd5a3f1126 /devel | |
parent | 492191b2210c03c317be5da600a033739dba0521 (diff) | |
download | pkgsrc-149e489cf4c70b77a2615fabcd603268269b8bd8.tar.gz |
Add a missing file to PLIST. Noted by Kouichirou Hiratsuka in
PR pkg/25034. Bump PKGREVISION.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/GConf2/Makefile | 3 | ||||
-rw-r--r-- | devel/GConf2/PLIST | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/devel/GConf2/Makefile b/devel/GConf2/Makefile index 48093e88b49..024ab7d7400 100644 --- a/devel/GConf2/Makefile +++ b/devel/GConf2/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.26 2004/04/01 18:17:29 jmmv Exp $ +# $NetBSD: Makefile,v 1.27 2004/04/03 04:59:28 minskim Exp $ # .include "../../devel/GConf2/Makefile.common" PKGNAME= ${DISTNAME:S/GConf/GConf2/} +PKGREVISION= 1 USE_PKGINSTALL= YES diff --git a/devel/GConf2/PLIST b/devel/GConf2/PLIST index ffb9ca0ef47..4c03ca40beb 100644 --- a/devel/GConf2/PLIST +++ b/devel/GConf2/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.13 2004/04/01 18:17:29 jmmv Exp $ +@comment $NetBSD: PLIST,v 1.14 2004/04/03 04:59:28 minskim Exp $ bin/gconf-merge-tree bin/gconftool-2 include/gconf/2/gconf/gconf-changeset.h @@ -73,6 +73,7 @@ ${PKGLOCALEDIR}/locale/cy/LC_MESSAGES/GConf2.mo ${PKGLOCALEDIR}/locale/da/LC_MESSAGES/GConf2.mo ${PKGLOCALEDIR}/locale/de/LC_MESSAGES/GConf2.mo ${PKGLOCALEDIR}/locale/el/LC_MESSAGES/GConf2.mo +${PKGLOCALEDIR}/locale/en_GB/LC_MESSAGES/GConf2.mo ${PKGLOCALEDIR}/locale/es/LC_MESSAGES/GConf2.mo ${PKGLOCALEDIR}/locale/eu/LC_MESSAGES/GConf2.mo ${PKGLOCALEDIR}/locale/fa/LC_MESSAGES/GConf2.mo |