diff options
author | hubertf <hubertf> | 2003-09-09 18:00:24 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2003-09-09 18:00:24 +0000 |
commit | a075fa8e0a095b2ef18b61a2788c5d02d1381c60 (patch) | |
tree | 5ee236a12f6efcb97bd5af41249e9b2f190a889b /editors/vigor | |
parent | d993b53d44838ebb263871d6091246e8796933fa (diff) | |
download | pkgsrc-a075fa8e0a095b2ef18b61a2788c5d02d1381c60.tar.gz |
fix mastersite/homepage
Diffstat (limited to 'editors/vigor')
-rw-r--r-- | editors/vigor/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/vigor/Makefile b/editors/vigor/Makefile index 885739c595b..983399c5997 100644 --- a/editors/vigor/Makefile +++ b/editors/vigor/Makefile @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.11 2003/07/17 21:35:05 grant Exp $ +# $NetBSD: Makefile,v 1.12 2003/09/09 18:00:24 hubertf Exp $ # DISTNAME= vigor-0.016 WRKSRC= ${WRKDIR}/${DISTNAME}/build CATEGORIES= editors -MASTER_SITES= http://www.red-bean.com:8080/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=vigor/} MAINTAINER= hubertf@NetBSD.org -HOMEPAGE= http://www.red-bean.com/~joelh/vigor/ +HOMEPAGE= http://vigor.sourceforge.net/ COMMENT= nvi with excessive online "help" CONFLICTS+= nvi-[0-9]* |