diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-01-16 17:33:20 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-01-16 17:33:20 +0000 |
commit | 2b1a883dc4fd248d3b049059b9543dde2ac98ffd (patch) | |
tree | 0b080fcd55271333176593e1b9bc0b48aedbe9fa /textproc/html | |
parent | 21829056931f158e125c2d89352e36c1c7196a26 (diff) | |
download | ports-2b1a883dc4fd248d3b049059b9543dde2ac98ffd.tar.gz ports-2b1a883dc4fd248d3b049059b9543dde2ac98ffd.zip |
Notes
Diffstat (limited to 'textproc/html')
-rw-r--r-- | textproc/html/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/html/Makefile b/textproc/html/Makefile index 64ec012867dc..e57b6d1538ef 100644 --- a/textproc/html/Makefile +++ b/textproc/html/Makefile @@ -6,7 +6,7 @@ # PORTNAME= html -PORTVERSION= 4.01 +PORTVERSION= 4.01 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= kuriyama @@ -16,8 +16,8 @@ MAINTAINER= kuriyama@FreeBSD.org RUN_DEPENDS= ${MKCATALOG}:${PORTSDIR}/textproc/mkcatalog -NO_MTREE= yes -NO_BUILD= yes +NO_MTREE= yes +NO_BUILD= yes NO_WRKSUBDIR= yes PLIST_SUB= DTD_NAME=${PORTNAME} MKCATALOG=${MKCATALOG} |