diff options
author | asau <asau> | 2012-10-03 11:43:30 +0000 |
---|---|---|
committer | asau <asau> | 2012-10-03 11:43:30 +0000 |
commit | abd62153cbd43e8861920803d0d322f391007391 (patch) | |
tree | 1d24180b8279f1eb471106861cd2a1fe74d87224 /editors/zile | |
parent | f0779b3927592a975e043b2758f4d7c575df8abe (diff) | |
download | pkgsrc-abd62153cbd43e8861920803d0d322f391007391.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'editors/zile')
-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 |