From a48e3908ab74b29e04cd85f261fac8060b57b68e Mon Sep 17 00:00:00 2001 From: rillig Date: Thu, 16 Feb 2006 07:37:38 +0000 Subject: Added the necessary variable definition for installing the translation files. Fixed pkglint warnings. Bumped PKGREVISION. --- wm/e16menuedit2/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'wm/e16menuedit2') 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" -- cgit v1.2.3