diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2007-09-15 02:37:33 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2007-09-15 02:37:33 +0000 |
commit | d75cadaed3740be29b9798e2bd60eb50a2ba431f (patch) | |
tree | ee0e2180a40853f7af7e82adbab1bcb118fdd7eb /irc | |
parent | b6d6d6785e7b648e4250f7fc6cfe2bc72af87117 (diff) | |
download | ports-d75cadaed3740be29b9798e2bd60eb50a2ba431f.tar.gz ports-d75cadaed3740be29b9798e2bd60eb50a2ba431f.zip |
Notes
Diffstat (limited to 'irc')
-rw-r--r-- | irc/psybnc/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/irc/psybnc/Makefile b/irc/psybnc/Makefile index f5c673647ede..feae2ebfcef0 100644 --- a/irc/psybnc/Makefile +++ b/irc/psybnc/Makefile @@ -19,6 +19,12 @@ PSYBASE= ${PREFIX}/psybnc MAKE_ARGS= PSYBASE=${PSYBASE} IS_INTERACTIVE= yes +.include <bsd.port.pre.mk> + +.if ${ARCH} == amd64 +BROKEN= does not run on amd64 +.endif + post-patch: @${REINPLACE_CMD} -e 's#=help/#=${PSYBASE}/help/#' ${WRKSRC}/lang/* @@ -38,4 +44,4 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/psybnc ${PREFIX}/bin/ ${INSTALL_DATA} ${WRKSRC}/psybnc.conf ${PREFIX}/etc/psybnc.conf.sample -.include <bsd.port.mk> +.include <bsd.port.post.mk> |