summaryrefslogtreecommitdiff
path: root/inputmethod/uim-elisp
diff options
context:
space:
mode:
authorasau <asau>2012-10-06 14:25:10 +0000
committerasau <asau>2012-10-06 14:25:10 +0000
commit7a4298cfbd8dfdb30b660428c41b6c53d1ee3604 (patch)
tree45c200d3379d205accaa874327b42408d04214aa /inputmethod/uim-elisp
parent060b86e6eef037d8debe216a3978f29792a304b4 (diff)
downloadpkgsrc-7a4298cfbd8dfdb30b660428c41b6c53d1ee3604.tar.gz
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'inputmethod/uim-elisp')
-rw-r--r--inputmethod/uim-elisp/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/inputmethod/uim-elisp/Makefile b/inputmethod/uim-elisp/Makefile
index 80e15068517..5c88756d700 100644
--- a/inputmethod/uim-elisp/Makefile
+++ b/inputmethod/uim-elisp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2012/09/15 11:59:11 obache Exp $
+# $NetBSD: Makefile,v 1.8 2012/10/06 14:25:21 asau Exp $
.include "../../inputmethod/uim/Makefile.common"
PKGNAME= ${EMACS_PKGNAME_PREFIX}uim-elisp-${UIM_VERSION}
@@ -7,8 +7,6 @@ CATEGORIES= inputmethod editors
COMMENT= Emacs LISP for inputmethod/uim
LICENSE= modified-bsd
-PKG_DESTDIR_SUPPORT= user-destdir
-
USE_TOOLS+= gmake intltool msgfmt pkg-config
USE_LANGUAGES= c c++
GNU_CONFIGURE= YES