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/skkfep | |
parent | 331246edf480f4eda17d29e21bbf8dd23fd5ec24 (diff) | |
download | pkgsrc-2eec0c995ec1343785ddb17e170abfc13c8c918e.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'inputmethod/skkfep')
-rw-r--r-- | inputmethod/skkfep/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/inputmethod/skkfep/Makefile b/inputmethod/skkfep/Makefile index e58a40c070a..663b0267553 100644 --- a/inputmethod/skkfep/Makefile +++ b/inputmethod/skkfep/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2011/03/11 12:37:10 zafer Exp $ +# $NetBSD: Makefile,v 1.14 2012/10/06 14:25:18 asau Exp $ DISTNAME= skkfep0.86c PKGNAME= skkfep-0.86c @@ -10,8 +10,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://ei5nazha.yz.yamagata-u.ac.jp/~aito/aito-soft.html COMMENT= Terminal based SKK-like Kana-to-Kanji FrontEnd Processor -PKG_DESTDIR_SUPPORT= user-destdir - BUILD_DEFS+= IPV6_READY WRKSRC= ${WRKDIR}/skkfep |