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/zile/Makefile | |
parent | 1ac9f60085aec1d867a46a07eec69fa91f833ca8 (diff) | |
download | pkgsrc-baf87fb064ef4a978d42417a392afd9efd52f320.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'editors/zile/Makefile')
-rw-r--r-- | editors/zile/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/editors/zile/Makefile b/editors/zile/Makefile index 34c34ce9e1c..75fb96645c7 100644 --- a/editors/zile/Makefile +++ b/editors/zile/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2012/02/11 09:54:21 hiramatsu Exp $ +# $NetBSD: Makefile,v 1.28 2012/10/03 11:43:48 asau Exp $ DISTNAME= zile-2.4.5 CATEGORIES= editors @@ -9,8 +9,6 @@ HOMEPAGE= http://www.gnu.org/software/zile/ COMMENT= Emacs-like text editor LICENSE= gnu-gpl-v3 -PKG_DESTDIR_SUPPORT= user-destdir - USE_TOOLS+= makeinfo USE_NCURSES= yes # uses stdscr->_delay directly GNU_CONFIGURE= yes |