diff options
author | mbw <mbw> | 2000-04-23 21:35:55 +0000 |
---|---|---|
committer | mbw <mbw> | 2000-04-23 21:35:55 +0000 |
commit | b0f7eb341957a12539d9634245243239fec4fae6 (patch) | |
tree | 463a6f45ddd28e0684a92ab6c69cc2dea698f445 /editors/bvi | |
parent | f6a1c1b396caefb60b65fdd9491e0c10e381b798 (diff) | |
download | pkgsrc-b0f7eb341957a12539d9634245243239fec4fae6.tar.gz |
source files moved to a new site. Makefile updated.
Diffstat (limited to 'editors/bvi')
-rw-r--r-- | editors/bvi/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/bvi/Makefile b/editors/bvi/Makefile index cb3f1496dee..1557e0eee57 100644 --- a/editors/bvi/Makefile +++ b/editors/bvi/Makefile @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.3 2000/01/15 18:46:25 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2000/04/23 21:35:55 mbw Exp $ # DISTNAME= bvi-1.2.0.src PKGNAME= bvi-1.2.0 CATEGORIES= editors -MASTER_SITES= http://bvi.linuxbox.com/download/ +MASTER_SITES= http://bvi.linuxave.net/download/ MAINTAINER= sakamoto@netbsd.org -HOMEPAGE= http://bvi.linuxbox.com/ +HOMEPAGE= http://bvi.linuxave.net/ GNU_CONFIGURE= YES CONFIGURE_ENV+= CFLAGS="-I${LOCALBASE}/include" \ |