diff options
Diffstat (limited to 'textproc/linuxdoc')
-rw-r--r-- | textproc/linuxdoc/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/linuxdoc/Makefile b/textproc/linuxdoc/Makefile index 59ebf75e6f44..7b5ceb156a04 100644 --- a/textproc/linuxdoc/Makefile +++ b/textproc/linuxdoc/Makefile @@ -6,17 +6,17 @@ # PORTNAME= linuxdoc -PORTVERSION= 1.1 +PORTVERSION= 1.1 CATEGORIES= textproc MASTER_SITES= http://fallout.campusview.indiana.edu/ports/distfiles/ MAINTAINER= kuriyama@FreeBSD.org -RUN_DEPENDS= ${ISOCAT}:${PORTSDIR}/textproc/iso8879 \ +RUN_DEPENDS= ${ISOCAT}:${PORTSDIR}/textproc/iso8879 \ ${MKCATALOG}:${PORTSDIR}/textproc/mkcatalog EXTRACT_ONLY= # empty -NO_BUILD= yes +NO_BUILD= yes NO_WRKSUBDIR= yes PLIST_SUB= DTD_NAME=${PORTNAME} MKCATALOG=${MKCATALOG} |