diff options
author | Alexander Kabaev <kan@FreeBSD.org> | 2005-01-26 14:38:43 +0000 |
---|---|---|
committer | Alexander Kabaev <kan@FreeBSD.org> | 2005-01-26 14:38:43 +0000 |
commit | 9f041a84d18b55cb43009f009859470985510e5f (patch) | |
tree | c37864235e32988672126763fa9b95de8f421920 /irc | |
parent | 4e5a21d57ac74a76b6fbb75f36103f31b0730aa7 (diff) |
Notes
Diffstat (limited to 'irc')
-rw-r--r-- | irc/ezbounce-devel/Makefile | 2 | ||||
-rw-r--r-- | irc/ezbounce/Makefile | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/irc/ezbounce-devel/Makefile b/irc/ezbounce-devel/Makefile index aa3c42f7cbc6..4d5cfca2d1ca 100644 --- a/irc/ezbounce-devel/Makefile +++ b/irc/ezbounce-devel/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 diff --git a/irc/ezbounce/Makefile b/irc/ezbounce/Makefile index aa3c42f7cbc6..4d5cfca2d1ca 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 |