1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

- 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]
This commit is contained in:
Renato Botelho 2006-02-09 15:25:06 +00:00
parent 2f36a5f032
commit 787920917c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=155601
4 changed files with 16 additions and 10 deletions

View File

@ -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>

View File

@ -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.
------------------------------------------------------------------

View File

@ -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>

View File

@ -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.
------------------------------------------------------------------