diff options
author | grant <grant@pkgsrc.org> | 2003-03-11 13:38:50 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-03-11 13:38:50 +0000 |
commit | 7fc181d2330767e1088541a810cb7b4dad5a6d95 (patch) | |
tree | ccb13b59cec778706bc76dc11a40e16a2b4937de /chat | |
parent | 8558153aad5a3012addc1453898f1f45473876d8 (diff) | |
download | pkgsrc-7fc181d2330767e1088541a810cb7b4dad5a6d95.tar.gz |
couple of minor fixes:
- update HOMEPAGE
- install sample config as examples/bnc.conf
- whitespace police
bump PKGREVISION.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/bnc/Makefile | 15 | ||||
-rw-r--r-- | chat/bnc/PLIST | 4 |
2 files changed, 10 insertions, 9 deletions
diff --git a/chat/bnc/Makefile b/chat/bnc/Makefile index 5c16e50ece6..9c0644b0c3b 100644 --- a/chat/bnc/Makefile +++ b/chat/bnc/Makefile @@ -1,14 +1,15 @@ -# $NetBSD: Makefile,v 1.6 2003/01/31 01:00:50 salo Exp $ +# $NetBSD: Makefile,v 1.7 2003/03/11 13:38:50 grant Exp $ # FreeBSD Id: ports/irc/bnc/Makefile,v 1.9 2000/05/22 06:38:58 will Exp DISTNAME= bnc2.8.6 +PKGREVISION= 1 PKGNAME= ${DISTNAME:S/bnc/&-/} CATEGORIES= chat -MASTER_SITES= http://www.gotbnc.com/files/ \ +MASTER_SITES= http://www.gotbnc.com/files/ \ ftp://ftp.ircadmin.net/bnc/ MAINTAINER= zuntum@netbsd.org -HOMEPAGE= http://bnc.dragondata.com/ +HOMEPAGE= http://www.gotbnc.com/ COMMENT= Simple IRC relay proxy with support for virtual hosting DEPENDS+= dialog-[0-9]*:../../misc/dialog @@ -17,8 +18,8 @@ GNU_CONFIGURE= YES post-patch: ${MV} ${WRKSRC}/bncsetup ${WRKSRC}/bncsetup.orig - ${SED} -e "s|./mkpasswd|${PREFIX}/bin/bncmkpasswd|g" \ - -e "s|dialog --|${LOCALBASE}/bin/dialog --|g" \ + ${SED} -e "s|./mkpasswd|${PREFIX}/bin/bncmkpasswd|g" \ + -e "s|dialog --|${LOCALBASE}/bin/dialog --|g" \ ${WRKSRC}/bncsetup.orig > ${WRKSRC}/bncsetup do-install: @@ -29,7 +30,7 @@ do-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/bnc ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/bnc ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/bnc - ${INSTALL_DATA} ${WRKSRC}/example.conf \ - ${PREFIX}/share/examples/bnc/bnc.conf.sample + ${INSTALL_DATA} ${WRKSRC}/example.conf \ + ${PREFIX}/share/examples/bnc/bnc.conf .include "../../mk/bsd.pkg.mk" diff --git a/chat/bnc/PLIST b/chat/bnc/PLIST index 1f543cc66fc..a4b6422f11d 100644 --- a/chat/bnc/PLIST +++ b/chat/bnc/PLIST @@ -1,9 +1,9 @@ -@comment $NetBSD: PLIST,v 1.2 2003/01/31 01:00:51 salo Exp $ +@comment $NetBSD: PLIST,v 1.3 2003/03/11 13:38:50 grant Exp $ bin/bnc bin/bncchk bin/bncmkpasswd bin/bncsetup share/doc/bnc/README -share/examples/bnc/bnc.conf.sample +share/examples/bnc/bnc.conf @dirrm share/examples/bnc @dirrm share/doc/bnc |