diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-09-29 08:49:43 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-09-29 08:49:43 +0000 |
commit | fa9b415b27c5de58c0b7ef3320ee18c2ff17e81e (patch) | |
tree | 07eb7e289680c940efa0b8cc3eb56ff38ddb2ed4 /textproc/cost | |
parent | 3256a1e4315ed2c1b50c7c0da48afbc4935ed7b4 (diff) | |
download | ports-fa9b415b27c5de58c0b7ef3320ee18c2ff17e81e.tar.gz ports-fa9b415b27c5de58c0b7ef3320ee18c2ff17e81e.zip |
Fix syntax error (; && -> &&)
Notes
Notes:
svn path=/head/; revision=67239
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 84a8cea04b17..2af732ef65b8 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 |