aboutsummaryrefslogtreecommitdiffstats
path: root/net/tik/Makefile
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1999-12-24 02:53:34 +0800
committersteve <steve@FreeBSD.org>1999-12-24 02:53:34 +0800
commit751f39473c9f8b52460372b951829cdafe9fafcb (patch)
tree05c0d623a8d05b6dc9dc6af500fd01e5d02f7a73 /net/tik/Makefile
parented6616bb4342decfa4d44d992b1211123f4f62cf (diff)
downloadfreebsd-ports-gnome-751f39473c9f8b52460372b951829cdafe9fafcb.tar.gz
freebsd-ports-gnome-751f39473c9f8b52460372b951829cdafe9fafcb.tar.zst
freebsd-ports-gnome-751f39473c9f8b52460372b951829cdafe9fafcb.zip
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/Makefile')
-rw-r--r--net/tik/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/tik/Makefile b/net/tik/Makefile
index 0ec799cf9c63..f0d6171d0c0b 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