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/vim-gtk2 | |
parent | 1ac9f60085aec1d867a46a07eec69fa91f833ca8 (diff) | |
download | pkgsrc-baf87fb064ef4a978d42417a392afd9efd52f320.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'editors/vim-gtk2')
-rw-r--r-- | editors/vim-gtk2/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/editors/vim-gtk2/Makefile b/editors/vim-gtk2/Makefile index 18743a76a26..3847ac630ab 100644 --- a/editors/vim-gtk2/Makefile +++ b/editors/vim-gtk2/Makefile @@ -1,12 +1,10 @@ -# $NetBSD: Makefile,v 1.50 2012/10/02 17:10:57 tron Exp $ +# $NetBSD: Makefile,v 1.51 2012/10/03 11:43:46 asau Exp $ PKGNAME= vim-gtk2-${VIM_VERSION}.${VIM_PATCHLEVEL} PKGREVISION= 2 COMMENT= Vim editor (vi clone) with X11 GTK2 GUI -PKG_DESTDIR_SUPPORT= user-destdir - PKG_SUPPORTED_OPTIONS+= gnome .include "../../editors/vim-share/Makefile.common" |