aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/bnbt
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-05-23 12:05:45 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-05-23 12:05:45 +0000
commit3e15e2058e79ad7c232b0f142f482fe6a563842b (patch)
treef9a5cd3cc5d5d1c99747532cafe9f45d11140718 /net-p2p/bnbt
parent206b294339cb6961c5e8156f564eff4503905b04 (diff)
downloadports-3e15e2058e79ad7c232b0f142f482fe6a563842b.tar.gz
ports-3e15e2058e79ad7c232b0f142f482fe6a563842b.zip
Notes
Diffstat (limited to 'net-p2p/bnbt')
-rw-r--r--net-p2p/bnbt/Makefile13
-rw-r--r--net-p2p/bnbt/distinfo4
-rw-r--r--net-p2p/bnbt/pkg-plist7
3 files changed, 10 insertions, 14 deletions
diff --git a/net-p2p/bnbt/Makefile b/net-p2p/bnbt/Makefile
index 0de271da601c..a6afcf79f77d 100644
--- a/net-p2p/bnbt/Makefile
+++ b/net-p2p/bnbt/Makefile
@@ -6,10 +6,10 @@
#
PORTNAME= bnbt
-PORTVERSION= 7.5b2
+PORTVERSION= 7.5b3
CATEGORIES= net
MASTER_SITES= http://bnbt.go-dedicated.com/
-DISTNAME= bnbt75b-2
+DISTNAME= bnbt75b-3
MAINTAINER= flz@xbsd.org
COMMENT= A C++ BitTorrent Tracker
@@ -20,6 +20,9 @@ WRKSRC= ${WRKDIR}/${PORTNAME}/src
USE_GMAKE= yes
USE_REINPLACE= yes
+PLIST_FILES= bin/bnbt
+PORTDOCS= footer.html header.html lesser.txt readme.txt users.txt
+
post-patch:
@${REINPLACE_CMD} -e 's|-O2 -w|${CFLAGS}| ; \
s|LFLAGS = -pthread|LFLAGS = ${PTHREAD_LIBS}| ; \
@@ -27,9 +30,9 @@ post-patch:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bnbt ${PREFIX}/bin
- ${MKDIR} ${DATADIR}
-.for i in footer.html header.html lesser.txt readme.txt users.txt
- ${INSTALL_DATA} ${WRKDIR}/${PORTNAME}/$i ${DATADIR}
+ ${MKDIR} ${DOCSDIR}
+.for i in ${PORTDOCS}
+ ${INSTALL_DATA} ${WRKDIR}/${PORTNAME}/$i ${DOCSDIR}
.endfor
.include <bsd.port.mk>
diff --git a/net-p2p/bnbt/distinfo b/net-p2p/bnbt/distinfo
index b1d3d391764d..31d5c5f99911 100644
--- a/net-p2p/bnbt/distinfo
+++ b/net-p2p/bnbt/distinfo
@@ -1,2 +1,2 @@
-MD5 (bnbt75b-2.zip) = 57586cf9e487cc9f09e0e6f351c2a54a
-SIZE (bnbt75b-2.zip) = 861997
+MD5 (bnbt75b-3.zip) = 910ade55f898e085193c9fa72f3d88fd
+SIZE (bnbt75b-3.zip) = 862648
diff --git a/net-p2p/bnbt/pkg-plist b/net-p2p/bnbt/pkg-plist
deleted file mode 100644
index 4b7ba5b2c742..000000000000
--- a/net-p2p/bnbt/pkg-plist
+++ /dev/null
@@ -1,7 +0,0 @@
-bin/bnbt
-%%DATADIR%%/footer.html
-%%DATADIR%%/header.html
-%%DATADIR%%/lesser.txt
-%%DATADIR%%/readme.txt
-%%DATADIR%%/users.txt
-@dirrm share/bnbt