diff options
author | asau <asau@pkgsrc.org> | 2012-10-06 14:25:10 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-10-06 14:25:10 +0000 |
commit | cb73c428889e1f047e4edcfff3556b151aed671d (patch) | |
tree | 45c200d3379d205accaa874327b42408d04214aa /inputmethod/libtabe | |
parent | 6900f0332e5d18d28c7ab5cc3bf31595f49e1ec1 (diff) | |
download | pkgsrc-cb73c428889e1f047e4edcfff3556b151aed671d.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'inputmethod/libtabe')
-rw-r--r-- | inputmethod/libtabe/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/inputmethod/libtabe/Makefile b/inputmethod/libtabe/Makefile index 8801d7757be..48c7dd74c18 100644 --- a/inputmethod/libtabe/Makefile +++ b/inputmethod/libtabe/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2012/01/18 13:55:13 adam Exp $ +# $NetBSD: Makefile,v 1.24 2012/10/06 14:25:14 asau Exp $ DISTNAME= libtabe-0.2.6 PKGREVISION= 3 @@ -10,8 +10,6 @@ HOMEPAGE= http://libtabe.sourceforge.net/ COMMENT= Library for Chinese language processing LICENSE= modified-bsd -PKG_DESTDIR_SUPPORT= user-destdir - MAKE_JOBS_SAFE= no BDB_ACCEPTED= db2 db3 db4 db5 |