diff options
Diffstat (limited to 'editors/vim-share/Makefile')
-rw-r--r-- | editors/vim-share/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/vim-share/Makefile b/editors/vim-share/Makefile index 59a20485afb..12e2cdcc27d 100644 --- a/editors/vim-share/Makefile +++ b/editors/vim-share/Makefile @@ -1,10 +1,12 @@ -# $NetBSD: Makefile,v 1.25 2006/11/26 09:02:20 martti Exp $ +# $NetBSD: Makefile,v 1.26 2007/05/19 00:13:00 heinz Exp $ PKGNAME= vim-share-${VIM_VERSION}.${VIM_PATCHLEVEL} #PKGREVISION= 1 COMMENT= Data files for the vim editor (vi clone) +PKG_DESTDIR_SUPPORT= user-destdir + .include "Makefile.common" CONFIGURE_ARGS+= --disable-gui |