summaryrefslogtreecommitdiff
path: root/editors/xemacs-current
diff options
context:
space:
mode:
authorasau <asau>2012-10-03 11:43:30 +0000
committerasau <asau>2012-10-03 11:43:30 +0000
commitabd62153cbd43e8861920803d0d322f391007391 (patch)
tree1d24180b8279f1eb471106861cd2a1fe74d87224 /editors/xemacs-current
parentf0779b3927592a975e043b2758f4d7c575df8abe (diff)
downloadpkgsrc-abd62153cbd43e8861920803d0d322f391007391.tar.gz
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'editors/xemacs-current')
-rw-r--r--editors/xemacs-current/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/editors/xemacs-current/Makefile b/editors/xemacs-current/Makefile
index 28c28faa3b0..d93343eaeb3 100644
--- a/editors/xemacs-current/Makefile
+++ b/editors/xemacs-current/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.76 2012/04/27 14:37:37 hauke Exp $
+# $NetBSD: Makefile,v 1.77 2012/10/03 11:43:47 asau Exp $
PKGNAME?= ${DISTNAME}
COMMENT?= *BETA* XEmacs text editor version ${PKGVERSION_NOREV}
@@ -17,8 +17,6 @@ CONFLICTS+= gnuclient-[0-9]*
CONFLICTS+= xemacs-[0-9]*
CONFLICTS+= xemacs-nox11-[0-9]*
-PKG_DESTDIR_SUPPORT= user-destdir
-
.if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "arm32"
GCC_REQD+= 2.95.3
.endif