aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p/bnbt/Makefile
diff options
context:
space:
mode:
authorflz <flz@FreeBSD.org>2008-01-31 20:11:22 +0800
committerflz <flz@FreeBSD.org>2008-01-31 20:11:22 +0800
commitec2c8053419a1ee4103845fdde5e25684c77d32a (patch)
treee088d9ba5fd664da8fe1d346c8d4bc46c110c353 /net-p2p/bnbt/Makefile
parentdef29331462a8ca0d252e95a9aa97f60ab27af9a (diff)
downloadfreebsd-ports-graphics-ec2c8053419a1ee4103845fdde5e25684c77d32a.tar.gz
freebsd-ports-graphics-ec2c8053419a1ee4103845fdde5e25684c77d32a.tar.zst
freebsd-ports-graphics-ec2c8053419a1ee4103845fdde5e25684c77d32a.zip
- Update net-p2p/bnbt to 8.5.
- Try to remove /var/lob/bnbt at deinstall. - Add a pointer to the configuration wiki page in pkg-message.
Diffstat (limited to 'net-p2p/bnbt/Makefile')
-rw-r--r--net-p2p/bnbt/Makefile18
1 files changed, 8 insertions, 10 deletions
diff --git a/net-p2p/bnbt/Makefile b/net-p2p/bnbt/Makefile
index d6c22af0979..454b339f9de 100644
--- a/net-p2p/bnbt/Makefile
+++ b/net-p2p/bnbt/Makefile
@@ -6,25 +6,23 @@
#
PORTNAME= bnbt
-PORTVERSION= 8.1b3
-PORTREVISION= 1
+PORTVERSION= 8.5
CATEGORIES= net-p2p
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= bnbt
-DISTNAME= bnbt81b-3-sf
+MASTER_SITES= http://opensource.depthstrike.com/${PORTNAME}/
+DISTNAME= ${SNAPSHOT}-${PORTNAME}${PORTVERSION:C/\.//}-src
+SNAPSHOT= 20060727
MAINTAINER= flz@FreeBSD.org
COMMENT= A C++ BitTorrent Tracker
-USE_ZIP= yes
-WRKSRC= ${WRKDIR}/${PORTNAME}/src
-
+USE_BZIP= yes
USE_GMAKE= yes
+USE_DOS2UNIX= yes
SUB_FILES= pkg-message
USE_RC_SUBR= bnbt.sh
-PORTDOCS= footer.html header.html lesser.txt readme.txt users.txt
+PORTDOCS= footer.html header.html
.if defined(WITH_MYSQL)
ALL_TARGET= bnbtmysql
@@ -49,7 +47,7 @@ do-install:
${MKDIR} ${PREFIX}/etc/${PORTNAME}
${MKDIR} ${DOCSDIR}
.for i in ${PORTDOCS}
- ${INSTALL_DATA} ${WRKDIR}/${PORTNAME}/$i ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/$i ${DOCSDIR}
.endfor
post-install: