diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-05-02 10:42:13 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-05-02 10:42:13 +0000 |
commit | 2b22fddd4ab4decce709d0da897c5d995218307e (patch) | |
tree | 46eeabfd211be9207e969c579e41e64422e58872 /net/bnbt | |
parent | 4c61cc5a086d67feefe468856a068761c99c8e89 (diff) | |
download | ports-2b22fddd4ab4decce709d0da897c5d995218307e.tar.gz ports-2b22fddd4ab4decce709d0da897c5d995218307e.zip |
Notes
Diffstat (limited to 'net/bnbt')
-rw-r--r-- | net/bnbt/Makefile | 12 | ||||
-rw-r--r-- | net/bnbt/distinfo | 4 |
2 files changed, 7 insertions, 9 deletions
diff --git a/net/bnbt/Makefile b/net/bnbt/Makefile index e16364f26482..0de271da601c 100644 --- a/net/bnbt/Makefile +++ b/net/bnbt/Makefile @@ -6,10 +6,10 @@ # PORTNAME= bnbt -PORTVERSION= 7.5b +PORTVERSION= 7.5b2 CATEGORIES= net MASTER_SITES= http://bnbt.go-dedicated.com/ -DISTNAME= ${PORTNAME}${PORTVERSION:S/.//} +DISTNAME= bnbt75b-2 MAINTAINER= flz@xbsd.org COMMENT= A C++ BitTorrent Tracker @@ -28,10 +28,8 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bnbt ${PREFIX}/bin ${MKDIR} ${DATADIR} - ${INSTALL_DATA} ${WRKDIR}/${PORTNAME}/footer.html ${DATADIR} - ${INSTALL_DATA} ${WRKDIR}/${PORTNAME}/header.html ${DATADIR} - ${INSTALL_DATA} ${WRKDIR}/${PORTNAME}/lesser.txt ${DATADIR} - ${INSTALL_DATA} ${WRKDIR}/${PORTNAME}/readme.txt ${DATADIR} - ${INSTALL_DATA} ${WRKDIR}/${PORTNAME}/users.txt ${DATADIR} +.for i in footer.html header.html lesser.txt readme.txt users.txt + ${INSTALL_DATA} ${WRKDIR}/${PORTNAME}/$i ${DATADIR} +.endfor .include <bsd.port.mk> diff --git a/net/bnbt/distinfo b/net/bnbt/distinfo index 8644cda86953..b1d3d391764d 100644 --- a/net/bnbt/distinfo +++ b/net/bnbt/distinfo @@ -1,2 +1,2 @@ -MD5 (bnbt75b.zip) = 3a88e416afd61c71bc3607ae1f3c1a21 -SIZE (bnbt75b.zip) = 877902 +MD5 (bnbt75b-2.zip) = 57586cf9e487cc9f09e0e6f351c2a54a +SIZE (bnbt75b-2.zip) = 861997 |