summaryrefslogtreecommitdiff
path: root/irc/ezbounce
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2006-02-09 15:25:06 +0000
committerRenato Botelho <garga@FreeBSD.org>2006-02-09 15:25:06 +0000
commit787920917cfb142d819070bd2bca0b083dbee127 (patch)
treee085922579d10171f5cde2932b2c3f4168368c6d /irc/ezbounce
parentUpdate to 0.2.4 (diff)
- mv pkg-message -> files/pkg-message.in, add it to SUB_FILES
- Add more MASTER_SITES [1] - Take maintainership [1] PR: ports/93078 [1] Submitted by: Joe Holden <joe@joeholden.co.uk> [1]
Notes
Notes: svn path=/head/; revision=155601
Diffstat (limited to 'irc/ezbounce')
-rw-r--r--irc/ezbounce/Makefile9
-rw-r--r--irc/ezbounce/files/pkg-message.in (renamed from irc/ezbounce/pkg-message)4
2 files changed, 8 insertions, 5 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>
diff --git a/irc/ezbounce/pkg-message b/irc/ezbounce/files/pkg-message.in
index 1b514d2563ec..7019c64458a1 100644
--- a/irc/ezbounce/pkg-message
+++ b/irc/ezbounce/files/pkg-message.in
@@ -1,4 +1,4 @@
------------------------------------------------------------------
-You will need to edit /usr/local/etc/ezb.conf and read the docs in
-/usr/local/share/doc/ezbounce/README to set up this program.
+You will need to edit %%PREFIX%%/etc/ezb.conf and read the docs in
+%%DOCSDIR%%/README to set up this program.
------------------------------------------------------------------