diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1998-01-20 11:14:45 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1998-01-20 11:14:45 +0000 |
commit | 7be500b90072a7ac3df9d49188e99d4ee94fa1ad (patch) | |
tree | 077eaf5f6e00fb1c28237c36189cf007f78c4a54 /editors/vim5/Makefile | |
parent | FreeBSD and icon have different opinions about the format of (diff) |
Author put out a patch.
Notes
Notes:
svn path=/head/; revision=9380
Diffstat (limited to 'editors/vim5/Makefile')
-rw-r--r-- | editors/vim5/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/editors/vim5/Makefile b/editors/vim5/Makefile index cd47edfbd6c5..b59c149075c1 100644 --- a/editors/vim5/Makefile +++ b/editors/vim5/Makefile @@ -4,7 +4,7 @@ # Date created: Sat June 29, 1996 # Whom: David O'Brien (obrien@cs.ucdavis.edu) # -# $Id: Makefile,v 1.15 1997/12/28 14:02:23 obrien Exp $ +# $Id: Makefile,v 1.16 1998/01/14 02:40:04 obrien Exp $ # DISTNAME= vim-5.0u @@ -16,9 +16,13 @@ MASTER_SITES= ftp://nuxi.ucdavis.edu/pub/vim/beta-test/unix/ \ ftp://ftp.is.co.za/applications/editors/beta-test/vim/ \ ftp://ftp.progsoc.uts.edu.au/pub/beta-test/vim/ +PATCH_SITES= ${MASTER_SITES} +PATCHFILES= vim-50u-50u+.diff.gz + MAINTAINER= obrien@FreeBSD.org WRKSRC= ${WRKDIR}/${DISTNAME}/src +PATCH_DIST_ARGS= -d ${WRKDIR}/${DISTNAME} --forward --quiet -E ${PATCH_DIST_STRIP} MAKE_FLAGS= CONF_ARGS=--prefix=${PREFIX} -f ALL_TARGET= # MAN1= vim.1 xxd.1 ctags.1 |