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/anthy-elisp | |
parent | 331246edf480f4eda17d29e21bbf8dd23fd5ec24 (diff) | |
download | pkgsrc-2eec0c995ec1343785ddb17e170abfc13c8c918e.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'inputmethod/anthy-elisp')
-rw-r--r-- | inputmethod/anthy-elisp/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/inputmethod/anthy-elisp/Makefile b/inputmethod/anthy-elisp/Makefile index 0ab16b96959..4e20cece7a4 100644 --- a/inputmethod/anthy-elisp/Makefile +++ b/inputmethod/anthy-elisp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2009/08/06 01:44:52 minskim Exp $ +# $NetBSD: Makefile,v 1.11 2012/10/06 14:25:10 asau Exp $ .include "../../inputmethod/anthy/Makefile.common" PKGNAME= ${EMACS_PKGNAME_PREFIX}anthy-elisp-${ANTHY_VERSION} @@ -10,8 +10,6 @@ COMMENT= Emacs lisp files for inputmethod/anthy DEPENDS+= anthy>=${ANTHY_VERSION}:../../inputmethod/anthy -PKG_DESTDIR_SUPPORT= user-destdir - GNU_CONFIGURE= yes CONFIGURE_ENV+= EMACS=${EMACS_BIN:Q} EMACS_MODULES+= base leim |