diff options
author | cjep <cjep@pkgsrc.org> | 2003-01-10 07:49:51 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2003-01-10 07:49:51 +0000 |
commit | 2f9e9722bf7889f16fdc73d5f52104bad8b67cda (patch) | |
tree | 5edb43831494e2beb58df4ad7514418a8616e82b /www/weex | |
parent | 5b8c84523400f851d2f2717a10ed05da02e780ee (diff) | |
download | pkgsrc-2f9e9722bf7889f16fdc73d5f52104bad8b67cda.tar.gz |
USE_PKGLOCALEDIR=yes
Diffstat (limited to 'www/weex')
-rw-r--r-- | www/weex/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/www/weex/Makefile b/www/weex/Makefile index 22994e2380d..556e14ea782 100644 --- a/www/weex/Makefile +++ b/www/weex/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/11/29 08:36:06 martti Exp $ +# $NetBSD: Makefile,v 1.2 2003/01/10 07:57:23 cjep Exp $ DISTNAME= weex-2.6.1 CATEGORIES= www @@ -8,7 +8,9 @@ MAINTAINER= tech-pkg-jp@jp.netbsd.org HOMEPAGE= http://www.enjoy.ne.jp/~gm/program/weex/index.html COMMENT= non-interactive ftp client -GNU_CONFIGURE= yes +GNU_CONFIGURE= yes +USE_BUILDLINK2= yes +USE_PKGLOCALEDIR= yes WEEX_DOCS= AUTHORS BUGS BUGS.ja COPYING COPYING.ja \ ChangeLog ChangeLog.ja FAQ FAQ.ja README README.ja \ |