diff options
author | Steve Price <steve@FreeBSD.org> | 1999-12-23 18:53:34 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-12-23 18:53:34 +0000 |
commit | f42407b535908cd06437734e652cc6c6efde0562 (patch) | |
tree | 68f350f9f2b1a7abaef984dd6565b99ad9cf2492 /net-im/tik/Makefile | |
parent | cc7031966034e887efa7f83ddff3ddfb0f8612e8 (diff) |
Add a tac script to launch the CLI client included with this port.
PR: 15409
Submitted by: Matt Behrens <matt@zigg.com>
Notes
Notes:
svn path=/head/; revision=23922
Diffstat (limited to 'net-im/tik/Makefile')
-rw-r--r-- | net-im/tik/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net-im/tik/Makefile b/net-im/tik/Makefile index 0ec799cf9c63..f0d6171d0c0b 100644 --- a/net-im/tik/Makefile +++ b/net-im/tik/Makefile @@ -58,6 +58,8 @@ do-install: .endfor @${SED} 's#@PREFIX@#${PREFIX}#g' < ${FILESDIR}/tik >${WRKDIR}/tik.sh ${INSTALL_SCRIPT} ${WRKDIR}/tik.sh ${PREFIX}/bin/tik + @${SED} 's#@PREFIX@#${PREFIX}#g' < ${FILESDIR}/tac >${WRKDIR}/tac.sh + ${INSTALL_SCRIPT} ${WRKDIR}/tac.sh ${PREFIX}/bin/tac .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/${DOCDIR} @${ECHO} @dirrm ${DOCDIR} >> ${PLIST}.dirrm |