summaryrefslogtreecommitdiff
path: root/wm/e16menuedit2
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2006-02-16 07:37:38 +0000
committerrillig <rillig@pkgsrc.org>2006-02-16 07:37:38 +0000
commitd1c395944dd5523d9607e5fe566986f225559932 (patch)
tree82820e329ed34b5d0b852a9b492f1b499004aad0 /wm/e16menuedit2
parent881ce516e9067bbe99b014c07f719bb885bf5f8c (diff)
downloadpkgsrc-d1c395944dd5523d9607e5fe566986f225559932.tar.gz
Added the necessary variable definition for installing the translation
files. Fixed pkglint warnings. Bumped PKGREVISION.
Diffstat (limited to 'wm/e16menuedit2')
-rw-r--r--wm/e16menuedit2/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/wm/e16menuedit2/Makefile b/wm/e16menuedit2/Makefile
index 58a35ccb36c..edb861a42b9 100644
--- a/wm/e16menuedit2/Makefile
+++ b/wm/e16menuedit2/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.8 2006/02/05 23:11:12 joerg Exp $
+# $NetBSD: Makefile,v 1.9 2006/02/16 07:37:38 rillig Exp $
#
DISTNAME= e16menuedit2-0.0.1
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= wm x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=enlightenment/}
@@ -18,9 +18,11 @@ GNU_CONFIGURE= yes
USE_TOOLS+= automake pkg-config
USE_DIRS+= gnome2-1.5
USE_PKGLOCALEDIR= yes
+MAKE_ENV+= CATALOGS="de.gmo en.gmo ko.gmo tr.gmo"
pre-configure:
- cd ${WRKSRC}; aclocal; autoheader; automake -a --foreign -i; autoconf
+ set -e; cd ${WRKSRC:Q}; \
+ aclocal; autoheader; automake -a --foreign -i; autoconf
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/libglade2/buildlink3.mk"