diff options
author | kris <kris@FreeBSD.org> | 2002-09-29 08:49:43 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-09-29 08:49:43 +0000 |
commit | f54f8214ec8a817bca46ee0d298ca90de909f23f (patch) | |
tree | c5063877d3148c00538be28d59531cc4e2686739 /textproc/cost | |
parent | ceec378363811cefca1953cd290704afd4ceb8de (diff) | |
download | FreeBSD-ports-f54f8214ec8a817bca46ee0d298ca90de909f23f.zip FreeBSD-ports-f54f8214ec8a817bca46ee0d298ca90de909f23f.tar.gz |
Fix syntax error (; && -> &&)
Diffstat (limited to 'textproc/cost')
-rw-r--r-- | textproc/cost/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/textproc/cost/Makefile b/textproc/cost/Makefile index 84a8cea..2af732e 100644 --- a/textproc/cost/Makefile +++ b/textproc/cost/Makefile @@ -13,8 +13,6 @@ MASTER_SITES= http://www.flightlab.com/~joe/cost/ \ MAINTAINER= kosmos@blarg.net -BROKEN= "Does not build" - LIB_DEPENDS= tcl82.1:${PORTSDIR}/lang/tcl82 BUILD_DEPENDS= ${WRKDIRPREFIXPORTSDIR}/lang/tcl82/work/tcl-8.2.3/src:${PORTSDIR}/lang/tcl82:patch @@ -34,7 +32,7 @@ do-install: .if !defined(NOPORTDOCS) @${ECHO} "===> Installing Cost documentation" @${MKDIR} ${PREFIX}/share/doc/cost && ${CHMOD} a+rx ${PREFIX}/share/doc/cost - @cd ${WRKDIR}/${DISTNAME}/doc; && ${INSTALL_MAN} manual.html manual.ps rtflib.html simple.html \ + @cd ${WRKDIR}/${DISTNAME}/doc && ${INSTALL_MAN} manual.html manual.ps rtflib.html simple.html \ ${PREFIX}/share/doc/cost .endif |