diff options
author | jwise <jwise@pkgsrc.org> | 2001-10-23 03:17:17 +0000 |
---|---|---|
committer | jwise <jwise@pkgsrc.org> | 2001-10-23 03:17:17 +0000 |
commit | c4fa25edb158659c586abd2312f5035ad0739956 (patch) | |
tree | 89b2a2ddbeba4797379c3c1fbf38904d8963818f /www | |
parent | 400f6aca0e390858e6d051fee14c748b6e67e692 (diff) | |
download | pkgsrc-c4fa25edb158659c586abd2312f5035ad0739956.tar.gz |
Fix previous, and also add new MASTER_SITES.
Diffstat (limited to 'www')
-rw-r--r-- | www/ap-xslt/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/ap-xslt/Makefile b/www/ap-xslt/Makefile index 0c12b562c25..36f9db7b242 100644 --- a/www/ap-xslt/Makefile +++ b/www/ap-xslt/Makefile @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.3 2001/10/23 03:13:04 jwise Exp $ +# $NetBSD: Makefile,v 1.4 2001/10/23 03:17:17 jwise Exp $ DISTNAME= modxslt PKGNAME= ap-xslt-1.1 CATEGORIES= www -MASTER_SITES= http://modxslt.sourceforge.net/ +MASTER_SITES= http://download.sourceforge.net/modxslt/ MAINTAINER= jwise@netbsd.org -HOMEPAGE= http://modxslt.userworld.com/ +HOMEPAGE= http://modxslt.sourceforge.net/ COMMENT= Simple, fast XSLT transformations for apache DEPENDS+= apache{,6}-1.3.*:../../www/apache |