diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2002-08-10 04:35:26 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2002-08-10 04:35:26 +0000 |
commit | 8a583ac17ad7844ca5c0f130fbc8df89d21f944d (patch) | |
tree | 9b49c45b56b7e475e1b7f646d57b8be7bd833379 /textproc/xhtml | |
parent | e7e5712138667725f12cbe5aa5cd877cdb1a942a (diff) | |
download | ports-8a583ac17ad7844ca5c0f130fbc8df89d21f944d.tar.gz ports-8a583ac17ad7844ca5c0f130fbc8df89d21f944d.zip |
Notes
Diffstat (limited to 'textproc/xhtml')
-rw-r--r-- | textproc/xhtml/Makefile | 11 | ||||
-rw-r--r-- | textproc/xhtml/distinfo | 2 |
2 files changed, 7 insertions, 6 deletions
diff --git a/textproc/xhtml/Makefile b/textproc/xhtml/Makefile index bec544269d23..659a6857b00a 100644 --- a/textproc/xhtml/Makefile +++ b/textproc/xhtml/Makefile @@ -6,11 +6,12 @@ # PORTNAME= xhtml -PORTVERSION= 1.0 -PORTRIVISION= 1 +PORTVERSION= 1.0.20000126 CATEGORIES= textproc -MASTER_SITES= http://www.w3.org/TR/xhtml1/ -DISTNAME= xhtml1 +#MASTER_SITES= http://www.w3.org/TR/xhtml1/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= kuriyama +DISTNAME= xhtml1-20000126 MAINTAINER= kuriyama@FreeBSD.org @@ -20,7 +21,7 @@ RUN_DEPENDS= ${MKCATALOG}:${PORTSDIR}/textproc/mkcatalog USE_ZIP= YES NO_MTREE= YES NO_BUILD= YES -#WRKSRC= ${WRKDIR}/ +WRKSRC= ${WRKDIR}/xhtml1 INSTDIR= ${PREFIX}/share/xml DTDDIR= ${INSTDIR}/dtd/xhtml diff --git a/textproc/xhtml/distinfo b/textproc/xhtml/distinfo index 736bfe96948a..a8097cff7325 100644 --- a/textproc/xhtml/distinfo +++ b/textproc/xhtml/distinfo @@ -1 +1 @@ -MD5 (xhtml1.zip) = 71021c96035916518ddcf0ac08a1353e +MD5 (xhtml1-20000126.zip) = 71021c96035916518ddcf0ac08a1353e |