mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Un-FORBID: Subvert broken logic for disabling confirmation email.
Cleanup a bit while here. Approved by: maintainer
This commit is contained in:
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
|
@ -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>
|
||||
|
|
|
@ -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 ..
|
Loading…
Add table
Reference in a new issue