summaryrefslogtreecommitdiffstats
path: root/irc/ezbounce/Makefile
diff options
context:
space:
mode:
authorkan <kan@FreeBSD.org>2005-01-26 14:38:43 +0000
committerkan <kan@FreeBSD.org>2005-01-26 14:38:43 +0000
commit6b28875f31f57e8cad3a2f9db4970d48d8a87484 (patch)
tree89f1187d1449fb5a585cd7b6358e106599df9e1c /irc/ezbounce/Makefile
parent1cf57fc61aaac2db193326e267eba64d831ff8a7 (diff)
downloadFreeBSD-ports-6b28875f31f57e8cad3a2f9db4970d48d8a87484.zip
FreeBSD-ports-6b28875f31f57e8cad3a2f9db4970d48d8a87484.tar.gz
This port compiles with system GCC 3.4.2 just fine. Remove unnecessary
CFLAGS hackery.
Diffstat (limited to 'irc/ezbounce/Makefile')
-rw-r--r--irc/ezbounce/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/irc/ezbounce/Makefile b/irc/ezbounce/Makefile
index aa3c42f..4d5cfca 100644
--- a/irc/ezbounce/Makefile
+++ b/irc/ezbounce/Makefile
@@ -15,7 +15,6 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= A highly configurable IRC Proxy
GNU_CONFIGURE= yes
-USE_REINPLACE= yes
MAN1= ezbounce.1
@@ -48,7 +47,6 @@ pre-everything::
post-patch:
@${SED} -e "s:/path/to:${PREFIX}/sbin:" ${WRKSRC}/sample.conf > \
${WRKSRC}/ezb.conf.default
- ${REINPLACE_CMD} -e "s,-O2,${CFLAGS}," ${WRKSRC}/configure
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/ezbounce ${PREFIX}/sbin
OpenPOWER on IntegriCloud