diff options
author | asau <asau@pkgsrc.org> | 2012-10-03 11:43:30 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-10-03 11:43:30 +0000 |
commit | baf87fb064ef4a978d42417a392afd9efd52f320 (patch) | |
tree | 1d24180b8279f1eb471106861cd2a1fe74d87224 /editors/xjed | |
parent | 1ac9f60085aec1d867a46a07eec69fa91f833ca8 (diff) | |
download | pkgsrc-baf87fb064ef4a978d42417a392afd9efd52f320.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'editors/xjed')
-rw-r--r-- | editors/xjed/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/editors/xjed/Makefile b/editors/xjed/Makefile index 8b6a189301f..e7be6a667fc 100644 --- a/editors/xjed/Makefile +++ b/editors/xjed/Makefile @@ -1,10 +1,8 @@ -# $NetBSD: Makefile,v 1.15 2012/08/07 14:54:36 marino Exp $ +# $NetBSD: Makefile,v 1.16 2012/10/03 11:43:48 asau Exp $ # PKGNAME= xjed-0.99.16 PKGREVISION= 1 -PKG_DESTDIR_SUPPORT= user-destdir - .include "../../editors/jed/Makefile.common" COMMENT= Extensible folding editor with Emacs/WordStar/EDT emulations, X11 version |