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 | 2eec0c995ec1343785ddb17e170abfc13c8c918e (patch) | |
tree | 45c200d3379d205accaa874327b42408d04214aa /inputmethod/zinnia | |
parent | 331246edf480f4eda17d29e21bbf8dd23fd5ec24 (diff) | |
download | pkgsrc-2eec0c995ec1343785ddb17e170abfc13c8c918e.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'inputmethod/zinnia')
-rw-r--r-- | inputmethod/zinnia/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/inputmethod/zinnia/Makefile b/inputmethod/zinnia/Makefile index f15b8f5bde6..1d8f5b92771 100644 --- a/inputmethod/zinnia/Makefile +++ b/inputmethod/zinnia/Makefile @@ -1,12 +1,10 @@ -# $NetBSD: Makefile,v 1.1.1.1 2010/05/20 09:05:30 obache Exp $ +# $NetBSD: Makefile,v 1.2 2012/10/06 14:25:22 asau Exp $ # .include "Makefile.common" COMMENT= Online hand writing recognition system with machine learning -PKG_DESTDIR_SUPPORT= user-destdir - GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= pkg-config |