From 787920917cfb142d819070bd2bca0b083dbee127 Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Thu, 9 Feb 2006 15:25:06 +0000 Subject: - 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 [1] --- irc/ezbounce/Makefile | 9 ++++++--- irc/ezbounce/files/pkg-message.in | 4 ++++ irc/ezbounce/pkg-message | 4 ---- 3 files changed, 10 insertions(+), 7 deletions(-) create mode 100644 irc/ezbounce/files/pkg-message.in delete mode 100644 irc/ezbounce/pkg-message (limited to 'irc/ezbounce') 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 diff --git a/irc/ezbounce/files/pkg-message.in b/irc/ezbounce/files/pkg-message.in new file mode 100644 index 000000000000..7019c64458a1 --- /dev/null +++ b/irc/ezbounce/files/pkg-message.in @@ -0,0 +1,4 @@ +------------------------------------------------------------------ +You will need to edit %%PREFIX%%/etc/ezb.conf and read the docs in +%%DOCSDIR%%/README to set up this program. +------------------------------------------------------------------ diff --git a/irc/ezbounce/pkg-message b/irc/ezbounce/pkg-message deleted file mode 100644 index 1b514d2563ec..000000000000 --- a/irc/ezbounce/pkg-message +++ /dev/null @@ -1,4 +0,0 @@ ------------------------------------------------------------------- -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. ------------------------------------------------------------------- -- cgit v1.2.3