diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2003-09-24 09:37:11 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2003-09-24 09:37:11 +0000 |
commit | f37f7775e3bcaa6fa808e1a5e037deae35d5b262 (patch) | |
tree | dfd75e4de6392a8352e2ab1fc6550d87dccdb06c /irc/tirc/Makefile | |
parent | b20d1c4deb10c57406da8224b9673695a8a8387b (diff) |
Notes
Diffstat (limited to 'irc/tirc/Makefile')
-rw-r--r-- | irc/tirc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/tirc/Makefile b/irc/tirc/Makefile index 63acd1c1d672..aefc12121588 100644 --- a/irc/tirc/Makefile +++ b/irc/tirc/Makefile @@ -23,7 +23,7 @@ post-patch: @${REINPLACE_CMD} -e 's:__PREFIX__:${PREFIX}:g' ${WRKSRC}/*.c ${WRKSRC}/*.1 post-install: - strip ${PREFIX}/bin/tirc + ${STRIP_CMD} ${PREFIX}/bin/tirc ${MKDIR} ${PREFIX}/share/tirc ${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/dot.tircrc ${PREFIX}/share/tirc/tircrc |