diff options
author | wiz <wiz> | 2001-04-22 16:25:57 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-04-22 16:25:57 +0000 |
commit | 1bba3abe65c78364e4451287802d8a4a96e03dac (patch) | |
tree | c63f49e8b186540e2ddb775410985491683ce3fd /editors/vim-share | |
parent | 5d64618cf9713d943d1745df0a7eadf09c5ae1a9 (diff) | |
download | pkgsrc-1bba3abe65c78364e4451287802d8a4a96e03dac.tar.gz |
Copy common patch-zb file to the three packages that share it.
Not nice, but IMHO much nicer than the previous
copy-patch-files-just-before-patching-hack.
Diffstat (limited to 'editors/vim-share')
-rw-r--r-- | editors/vim-share/Makefile.common | 13 | ||||
-rw-r--r-- | editors/vim-share/patches/patch-zb (renamed from editors/vim-share/patches.common/patch-zb) | 2 |
2 files changed, 2 insertions, 13 deletions
diff --git a/editors/vim-share/Makefile.common b/editors/vim-share/Makefile.common index 55bd82efd06..e82ed91f2dc 100644 --- a/editors/vim-share/Makefile.common +++ b/editors/vim-share/Makefile.common @@ -1,7 +1,5 @@ -# $NetBSD: Makefile.common,v 1.6 2001/04/19 13:55:17 wiz Exp $ - +# $NetBSD: Makefile.common,v 1.7 2001/04/22 16:25:58 wiz Exp $ VIM_VERSION= 5.7 - DISTNAME= vim-${VIM_VERSION} CATEGORIES= editors MASTER_SITES= ftp://ftp.vim.org/pub/editors/vim/unix/ \ @@ -15,12 +13,3 @@ HOMEPAGE= http://www.vim.org GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/${DISTNAME}/src - -DISTINFO_FILE= ${.CURDIR}/../vim-share/distinfo -PATCHDIR= ${WRKDIR}/.patches - -pre-patch: - @${MKDIR} ${WRKDIR}/.patches - @${CP} ${.CURDIR}/../vim-share/patches.common/patch* ${WRKDIR}/.patches - @if [ -d ${.CURDIR}/patches ] ; then \ - ${CP} ${.CURDIR}/patches/patch* ${WRKDIR}/.patches ; fi diff --git a/editors/vim-share/patches.common/patch-zb b/editors/vim-share/patches/patch-zb index bb0795f10b5..3ea55cc7d32 100644 --- a/editors/vim-share/patches.common/patch-zb +++ b/editors/vim-share/patches/patch-zb @@ -1,4 +1,4 @@ -$NetBSD: patch-zb,v 1.2 2000/06/25 11:50:39 pooka Exp $ +$NetBSD: patch-zb,v 1.1 2001/04/22 16:25:58 wiz Exp $ --- feature.h.orig Wed Mar 29 17:10:34 2000 +++ feature.h Sun Jun 25 12:42:47 2000 |