diff options
author | Renato Botelho <garga@FreeBSD.org> | 2006-02-09 15:25:06 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2006-02-09 15:25:06 +0000 |
commit | 787920917cfb142d819070bd2bca0b083dbee127 (patch) | |
tree | e085922579d10171f5cde2932b2c3f4168368c6d /irc | |
parent | 2f36a5f0328866985018978b4da832fa7f97e6b5 (diff) | |
download | ports-787920917cfb142d819070bd2bca0b083dbee127.tar.gz ports-787920917cfb142d819070bd2bca0b083dbee127.zip |
Notes
Diffstat (limited to 'irc')
-rw-r--r-- | irc/ezbounce-devel/Makefile | 9 | ||||
-rw-r--r-- | irc/ezbounce-devel/files/pkg-message.in (renamed from irc/ezbounce-devel/pkg-message) | 4 | ||||
-rw-r--r-- | irc/ezbounce/Makefile | 9 | ||||
-rw-r--r-- | irc/ezbounce/files/pkg-message.in (renamed from irc/ezbounce/pkg-message) | 4 |
4 files changed, 16 insertions, 10 deletions
diff --git a/irc/ezbounce-devel/Makefile b/irc/ezbounce-devel/Makefile index 0990ca579b16..dc83e03e0c81 100644 --- a/irc/ezbounce-devel/Makefile +++ b/irc/ezbounce-devel/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-devel/pkg-message b/irc/ezbounce-devel/files/pkg-message.in index 1b514d2563ec..7019c64458a1 100644 --- a/irc/ezbounce-devel/pkg-message +++ b/irc/ezbounce-devel/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. ------------------------------------------------------------------ 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. ------------------------------------------------------------------ |