summaryrefslogtreecommitdiff
path: root/irc/bnc/Makefile
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>1999-05-16 23:07:32 +0000
committerMichael Haro <mharo@FreeBSD.org>1999-05-16 23:07:32 +0000
commit01b817a515a2eaba50ca45a0a9c7a32579180e97 (patch)
treebe429e47188b7180caaecfc72fac354dd573c6ef /irc/bnc/Makefile
parentupgrade to 3.52 (diff)
update to version 2.6.2
PR: 10648 Submitted by: me with help finding a new MASTER_SITE from #freebsd
Notes
Notes: svn path=/head/; revision=18833
Diffstat (limited to 'irc/bnc/Makefile')
-rw-r--r--irc/bnc/Makefile22
1 files changed, 13 insertions, 9 deletions
diff --git a/irc/bnc/Makefile b/irc/bnc/Makefile
index 197a90b53d90..c325d8c03aa8 100644
--- a/irc/bnc/Makefile
+++ b/irc/bnc/Makefile
@@ -3,23 +3,27 @@
# Date created: 06 July 1998
# Whom: Bill Fumerola <billf@chc-chimes.com>
#
-# $Id: Makefile,v 1.1.1.1 1998/07/11 18:32:05 steve Exp $
+# $Id: Makefile,v 1.2 1998/12/29 18:22:58 billf Exp $
#
-DISTNAME= bnc-web
-PKGNAME= bnc-2.4.3
+DISTNAME= bnc2.6.2
+PKGNAME= bnc-2.6.2
CATEGORIES= net
-MASTER_SITES= http://www.bridgenet.net/bnc/
+MASTER_SITES= http://irc.themes.org/downloads/misc/
MAINTAINER= billf@FreeBSD.org
-WRKSRC= ${WRKDIR}/bnc2.4.3
-HAS_CONFIGURE= YES
GNU_CONFIGURE= YES
+post-patch:
+ ${SED} 's,@PREFIX@,${PREFIX},g' ${WRKSRC}/bncsetup > ${WRKSRC}/bncsetup.new
+ ${MV} ${WRKSRC}/bncsetup.new ${WRKSRC}/bncsetup
+
do-install:
- ${CP} ${WRKSRC}/bnc ${PREFIX}/bin
- ${CP} ${WRKSRC}/bncchk ${PREFIX}/bin
- ${CP} ${WRKSRC}/example.conf ${PREFIX}/etc/bnc.conf
+ ${INSTALL_PROGRAM} ${WRKSRC}/bnc ${PREFIX}/bin
+ ${INSTALL_SCRIPT} ${WRKSRC}/bncchk ${PREFIX}/bin
+ ${INSTALL_SCRIPT} ${WRKSRC}/bncsetup ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/mkpasswd ${PREFIX}/bin
+ ${INSTALL_DATA} ${WRKSRC}/example.conf ${PREFIX}/etc/bnc.conf.sample
.include <bsd.port.mk>