diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-06-13 22:05:22 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-06-13 22:05:22 +0000 |
commit | 71b0a9d1a88c3b887a23bd7f676f121d827ce00d (patch) | |
tree | 04a2a7b5a1936c349b1e65cd1e2f6928d7e441c2 /irc | |
parent | 00a806a2f3175b21c1ae48c198dc0a63da4567e1 (diff) |
Notes
Diffstat (limited to 'irc')
-rw-r--r-- | irc/inspircd/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/irc/inspircd/Makefile b/irc/inspircd/Makefile index 6936dbd28666..2d26a5c1d6f6 100644 --- a/irc/inspircd/Makefile +++ b/irc/inspircd/Makefile @@ -29,6 +29,10 @@ CONFIGURE_ARGS= --with-cc=${CXX} --config-dir=${PREFIX}/etc/inspircd \ --prefix=${PREFIX}/inspircd --binary-dir=${PREFIX}/bin \ --enable-remote-ipv6 --disable-interactive +post-patch: + @${REINPLACE_CMD} -e '/INSTMODE/s|700|755|;/install -d.*BINPATH/d'\ + ${WRKSRC}/.Makefile.inc + # 1.0.6 Makefile forgets to make these directories # during install. We make these ourselves. This may # be fixed in a later version of InspIRCd. @@ -42,6 +46,5 @@ post-install: @${STRIP_CMD} ${PREFIX}/lib/inspircd/modules/*.so @${STRIP_CMD} ${PREFIX}/lib/inspircd/*.so @${STRIP_CMD} ${PREFIX}/bin/inspircd - @${CHMOD} -R a+rX ${PREFIX}/bin/inspircd ${PREFIX}/inspircd/ ${PREFIX}/lib/inspircd/ .include <bsd.port.mk> |