aboutsummaryrefslogtreecommitdiff
path: root/irc/ircproxy
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2006-02-08 16:00:35 +0000
committerVolker Stolz <vs@FreeBSD.org>2006-02-08 16:00:35 +0000
commitc8242de5836374080790b95504ab56c50ae751d2 (patch)
tree260a2123ecefd44331118ab178beb2787ddbfa68 /irc/ircproxy
parent1ca9c0dfe25b316119f4e359d461ba93ae145f55 (diff)
downloadports-c8242de5836374080790b95504ab56c50ae751d2.tar.gz
ports-c8242de5836374080790b95504ab56c50ae751d2.zip
Un-FORBID: Subvert broken logic for disabling confirmation email.
Cleanup a bit while here. Approved by: maintainer
Notes
Notes: svn path=/head/; revision=155527
Diffstat (limited to 'irc/ircproxy')
-rw-r--r--irc/ircproxy/Makefile7
-rw-r--r--irc/ircproxy/files/patch-configure9
2 files changed, 4 insertions, 12 deletions
diff --git a/irc/ircproxy/Makefile b/irc/ircproxy/Makefile
index 62ee4841072e..f3fbb44f1226 100644
--- a/irc/ircproxy/Makefile
+++ b/irc/ircproxy/Makefile
@@ -14,10 +14,8 @@ DISTNAME= ircproxy-1.2.41d.pl2
MAINTAINER= jonaski@night-light.net
COMMENT= An IRC proxy server
-FORBIDDEN= Sends email to authors after compilation
-
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --prefix=${LOCALBASE}
+CONFIGURE_WRKSRC= ${WRKSRC}/config
#
# Copy the freebsd port setup file to automatically generate setup.h
@@ -35,4 +33,7 @@ pre-build:
${CHMOD} u+x ${WRKSRC}/pkg-install || exit 1
${CHMOD} u+x ${WRKSRC}/pkg-deinstall || exit 1
+post-configure:
+ @${REINPLACE_CMD} -e 's+^MAIL=+MAIL="/bin/true"+' ${WRKSRC}/sendreport.sh
+
.include <bsd.port.mk>
diff --git a/irc/ircproxy/files/patch-configure b/irc/ircproxy/files/patch-configure
deleted file mode 100644
index 5b6a52fb5bf5..000000000000
--- a/irc/ircproxy/files/patch-configure
+++ /dev/null
@@ -1,9 +0,0 @@
---- configure.orig Mon Sep 8 00:59:36 2003
-+++ configure Mon Sep 8 00:59:44 2003
-@@ -6,5 +6,5 @@
-
- cd config
- chmod u+x configure
--./configure
-+./configure $*
- cd ..