diff options
author | garga <garga@FreeBSD.org> | 2006-02-09 23:25:06 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2006-02-09 23:25:06 +0800 |
commit | 9893c630f3230e08729286cfcce82c5fdf668e8d (patch) | |
tree | 47f640c3b8e81eb6c0a6349d0e15b52fc3fd6668 /irc/ezbounce | |
parent | 5191d95d8fac98c8d462e624473d7acc429df277 (diff) | |
download | freebsd-ports-gnome-9893c630f3230e08729286cfcce82c5fdf668e8d.tar.gz freebsd-ports-gnome-9893c630f3230e08729286cfcce82c5fdf668e8d.tar.zst freebsd-ports-gnome-9893c630f3230e08729286cfcce82c5fdf668e8d.zip |
- 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]
Diffstat (limited to 'irc/ezbounce')
-rw-r--r-- | irc/ezbounce/Makefile | 9 | ||||
-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. ------------------------------------------------------------------ |