summaryrefslogtreecommitdiff
path: root/editors/edt
diff options
context:
space:
mode:
authorasau <asau@pkgsrc.org>2012-10-03 11:43:30 +0000
committerasau <asau@pkgsrc.org>2012-10-03 11:43:30 +0000
commitbaf87fb064ef4a978d42417a392afd9efd52f320 (patch)
tree1d24180b8279f1eb471106861cd2a1fe74d87224 /editors/edt
parent1ac9f60085aec1d867a46a07eec69fa91f833ca8 (diff)
downloadpkgsrc-baf87fb064ef4a978d42417a392afd9efd52f320.tar.gz
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'editors/edt')
-rw-r--r--editors/edt/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/editors/edt/Makefile b/editors/edt/Makefile
index db8956fbed5..f5dbdc62222 100644
--- a/editors/edt/Makefile
+++ b/editors/edt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2012/05/23 12:51:27 abs Exp $
+# $NetBSD: Makefile,v 1.2 2012/10/03 11:43:32 asau Exp $
DISTNAME= edt_1.9
PKGNAME= ${DISTNAME:C:_:-:}
@@ -14,8 +14,6 @@ LICENSE= gnu-lgpl-v2.1
MAKE_FILE= makefile
INSTALLATION_DIRS= bin share/doc/edt share/examples/edt
-PKG_DESTDIR_SUPPORT= user-destdir
-
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/edt ${DESTDIR}${PREFIX}/bin/edt
${INSTALL_DATA} ${WRKSRC}/Readme.txt ${DESTDIR}${PREFIX}/share/doc/edt