Un-FORBID: Subvert broken logic for disabling confirmation email.

Cleanup a bit while here.

Approved by: maintainer
This commit is contained in:
Volker Stolz 2006-02-08 16:00:35 +00:00
parent 1ca9c0dfe2
commit c8242de583
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=155527
2 changed files with 4 additions and 12 deletions

View file

@ -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>

View file

@ -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 ..