diff options
author | wiz <wiz@pkgsrc.org> | 2001-03-07 15:52:01 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-03-07 15:52:01 +0000 |
commit | 079495271ca900b281924bc6996d4ed813669bce (patch) | |
tree | 36a491c23a51cf0cc9479a0ad143050b4bcdeaec /editors/vim-share | |
parent | 55456349237d922a30864ad29a1ebb58e3a1f5ff (diff) | |
download | pkgsrc-079495271ca900b281924bc6996d4ed813669bce.tar.gz |
${MD5_FILE} -> ${DIGEST_FILE}
Diffstat (limited to 'editors/vim-share')
-rw-r--r-- | editors/vim-share/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/vim-share/Makefile.common b/editors/vim-share/Makefile.common index 3a1c79c4dbc..34f6999f0fb 100644 --- a/editors/vim-share/Makefile.common +++ b/editors/vim-share/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.4 2000/06/25 12:10:12 pooka Exp $ +# $NetBSD: Makefile.common,v 1.5 2001/03/07 15:52:01 wiz Exp $ VIM_VERSION= 5.7 @@ -16,7 +16,7 @@ HOMEPAGE= http://www.vim.org GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/${DISTNAME}/src -MD5_FILE= ${.CURDIR}/../vim-share/files/md5 +DIGEST_FILE= ${.CURDIR}/../vim-share/files/md5 PATCHDIR= ${WRKDIR}/.patches pre-patch: |