diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2002-08-10 04:35:26 +0000 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2002-08-10 04:35:26 +0000 |
commit | f50a6a48030860ead42caba27d0b8a4ca38884cd (patch) | |
tree | 6faa8a1c4094f546f395b5027a9c73b8819d6621 /textproc/xhtml/Makefile | |
parent | 97e2702c492924118076bc91632485292d75e0e4 (diff) | |
download | FreeBSD-ports-f50a6a48030860ead42caba27d0b8a4ca38884cd.zip FreeBSD-ports-f50a6a48030860ead42caba27d0b8a4ca38884cd.tar.gz |
Rename current distfile to xhtml1-20000126.zip.
I'll upgrade this to 20020801 version after some delay.
Diffstat (limited to 'textproc/xhtml/Makefile')
-rw-r--r-- | textproc/xhtml/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/textproc/xhtml/Makefile b/textproc/xhtml/Makefile index bec5442..659a685 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 |