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 | |
parent | cc7031966034e887efa7f83ddff3ddfb0f8612e8 (diff) | |
download | ports-f42407b535908cd06437734e652cc6c6efde0562.tar.gz ports-f42407b535908cd06437734e652cc6c6efde0562.zip |
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')
-rw-r--r-- | net-im/tik/Makefile | 2 | ||||
-rw-r--r-- | net-im/tik/pkg-plist | 1 |
2 files changed, 3 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 diff --git a/net-im/tik/pkg-plist b/net-im/tik/pkg-plist index 5096cc31a512..86aee76994ca 100644 --- a/net-im/tik/pkg-plist +++ b/net-im/tik/pkg-plist @@ -1 +1,2 @@ +bin/tac bin/tik |