diff options
author | cjep <cjep@pkgsrc.org> | 2003-04-27 12:38:51 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2003-04-27 12:38:51 +0000 |
commit | f7a0de4db9c65e92695bbb251ff5b318734c3fc0 (patch) | |
tree | 3949736b59ec94cd199d4c22ac42b5c4db67dc3a /wm/econf | |
parent | f52abdee8a39b56902106ad14fb6765444c3e56e (diff) | |
download | pkgsrc-f7a0de4db9c65e92695bbb251ff5b318734c3fc0.tar.gz |
Lint: Use PKGLOCALEDIR in PLIST and add USE_PKGLOCALEDIR=yes in Makefile.
Diffstat (limited to 'wm/econf')
-rw-r--r-- | wm/econf/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/wm/econf/Makefile b/wm/econf/Makefile index 672f348def4..b50635c8bb7 100644 --- a/wm/econf/Makefile +++ b/wm/econf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2002/09/23 23:19:55 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2003/04/27 12:38:51 cjep Exp $ # DISTNAME= enlightenment-conf-0.15 @@ -14,6 +14,7 @@ COMMENT= configuration tool for easily setting up Enlightenment USE_BUILDLINK2= yes USE_X11= yes USE_GMAKE= yes +USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes .include "../../x11/controlcenter/buildlink2.mk" |