diff options
author | cjep <cjep@pkgsrc.org> | 2003-04-29 04:54:08 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2003-04-29 04:54:08 +0000 |
commit | b908a4063e975489c34610b3f6b045fa6ff7c3cc (patch) | |
tree | 5e9eeaed082247d0cee9fd21ac7d8a756e29786b /net/wol/Makefile | |
parent | d0af5ffc9a55dc161b43a11030713239e4f6fd8b (diff) | |
download | pkgsrc-b908a4063e975489c34610b3f6b045fa6ff7c3cc.tar.gz |
Set USE_PKGLOCALEDIR to yes
Diffstat (limited to 'net/wol/Makefile')
-rw-r--r-- | net/wol/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/wol/Makefile b/net/wol/Makefile index 7acc94ce682..cfaa0f8a5f0 100644 --- a/net/wol/Makefile +++ b/net/wol/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/04/04 18:16:47 zuntum Exp $ +# $NetBSD: Makefile,v 1.2 2003/04/29 04:54:08 cjep Exp $ # DISTNAME= wol-0.6.0 @@ -13,6 +13,7 @@ USE_BUILDLINK2= YES GNU_CONFIGURE= YES USE_GMAKE= YES USE_GNU_GETTEXT= YES +USE_PKGLOCALEDIR= YES .include "../../converters/libiconv/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |