summaryrefslogtreecommitdiff
path: root/irc/ezbounce/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'irc/ezbounce/Makefile')
-rw-r--r--irc/ezbounce/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/irc/ezbounce/Makefile b/irc/ezbounce/Makefile
index 0990ca579b16..dc83e03e0c81 100644
--- a/irc/ezbounce/Makefile
+++ b/irc/ezbounce/Makefile
@@ -8,15 +8,18 @@
PORTNAME= ezbounce
PORTVERSION= 1.04.b
CATEGORIES= irc
-MASTER_SITES= http://druglord.freelsd.org/ezbounce/
+MASTER_SITES= http://druglord.freelsd.org/ezbounce/ \
+ http://ezbounce.dc-team.com/
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/b/}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= joe@joeholden.co.uk
COMMENT= A highly configurable IRC Proxy
USE_REINPLACE= yes
GNU_CONFIGURE= yes
+SUB_FILES= pkg-message
+
MAN1= ezbounce.1
.if !defined(WITH_MDIDENTD)
@@ -80,6 +83,6 @@ do-install:
.endif
.endif
- @${SED} -e "s:/usr/local:${PREFIX}:g" ${PKGMESSAGE}
+ @${CAT} ${PKGMESSAGE}
.include <bsd.port.post.mk>