diff options
author | rillig <rillig@pkgsrc.org> | 2006-02-16 07:37:38 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-02-16 07:37:38 +0000 |
commit | 0d641a6771926c9375648984ea91683917a33de9 (patch) | |
tree | 82820e329ed34b5d0b852a9b492f1b499004aad0 /wm/e16menuedit2 | |
parent | d4c4c42fbfbfd83d7223a4c6e847a77fed118ea5 (diff) | |
download | pkgsrc-0d641a6771926c9375648984ea91683917a33de9.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/Makefile | 8 |
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" |