summaryrefslogtreecommitdiffstats
path: root/net/tik
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1999-12-23 18:53:34 +0000
committersteve <steve@FreeBSD.org>1999-12-23 18:53:34 +0000
commit751f39473c9f8b52460372b951829cdafe9fafcb (patch)
tree05c0d623a8d05b6dc9dc6af500fd01e5d02f7a73 /net/tik
parented6616bb4342decfa4d44d992b1211123f4f62cf (diff)
downloadFreeBSD-ports-751f39473c9f8b52460372b951829cdafe9fafcb.zip
FreeBSD-ports-751f39473c9f8b52460372b951829cdafe9fafcb.tar.gz
Add a tac script to launch the CLI client included with this port.
PR: 15409 Submitted by: Matt Behrens <matt@zigg.com>
Diffstat (limited to 'net/tik')
-rw-r--r--net/tik/Makefile2
-rw-r--r--net/tik/pkg-plist1
2 files changed, 3 insertions, 0 deletions
diff --git a/net/tik/Makefile b/net/tik/Makefile
index 0ec799c..f0d6171 100644
--- a/net/tik/Makefile
+++ b/net/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/tik/pkg-plist b/net/tik/pkg-plist
index 5096cc3..86aee76 100644
--- a/net/tik/pkg-plist
+++ b/net/tik/pkg-plist
@@ -1 +1,2 @@
+bin/tac
bin/tik
OpenPOWER on IntegriCloud