diff options
author | wiz <wiz@pkgsrc.org> | 2006-10-04 20:46:42 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-10-04 20:46:42 +0000 |
commit | 18e3283474fb3c19a70077daacb194273504eaf1 (patch) | |
tree | 19fc20fdf457d2d3ca1054306048df03dea922ef /converters/bib2xml | |
parent | 852cef6f6d401d2c293a1ed1f62a5ca07dbb1c70 (diff) | |
download | pkgsrc-18e3283474fb3c19a70077daacb194273504eaf1.tar.gz |
Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.
Diffstat (limited to 'converters/bib2xml')
-rw-r--r-- | converters/bib2xml/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/converters/bib2xml/Makefile b/converters/bib2xml/Makefile index ce94041670f..85e48c32052 100644 --- a/converters/bib2xml/Makefile +++ b/converters/bib2xml/Makefile @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.9 2006/03/04 21:29:06 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2006/10/04 20:52:11 wiz Exp $ # DISTNAME= bib2xml-10062002 PKGNAME= ${DISTNAME:C/-(....)(....)/-\2\1/} PKGREVISION= 1 CATEGORIES= converters textproc -MASTER_SITES= http://www.cs.colorado.edu/~henkel/stuff/bib2xml/ +MASTER_SITES= http://www-plan.cs.colorado.edu/henkel/stuff/bib2xml/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.cs.colorado.edu/~henkel/stuff/bib2xml/ +HOMEPAGE= http://www-plan.cs.colorado.edu/henkel/stuff/bib2xml/ COMMENT= BibTeX to XML converter WRKSRC= ${WRKDIR}/bib2xml |