summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2004-12-24 09:12:31 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2004-12-24 09:12:31 +0000
commite4bbab65fa74eeef6fcb32c79250eee44774b7b7 (patch)
tree74dd8ac51a67f2bc851faeb0c357d094dc1d8352 /net
parent- After repo copy from py-bittorrent: (diff)
- After repo copy from py-bittorrent-core:
o Update to development version 3.9.0 Repo copied by: portmgr (marcus) Reviewed by: freebsd-ports@, mezz
Notes
Notes: svn path=/head/; revision=125047
Diffstat (limited to 'net')
-rw-r--r--net/py-bittorrent-core-devel/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/py-bittorrent-core-devel/Makefile b/net/py-bittorrent-core-devel/Makefile
index 95b96fdeb615..2bb7bca0e9a6 100644
--- a/net/py-bittorrent-core-devel/Makefile
+++ b/net/py-bittorrent-core-devel/Makefile
@@ -5,13 +5,13 @@
# $FreeBSD$
#
-PKGNAMESUFFIX= -core
+PKGNAMESUFFIX= -core-devel
COMMENT= Client 'core' for the BitTorrent peer-to-peer network
# build only the CORE
WITHOUT_GUI= yes
-MASTERDIR= ${.CURDIR}/../py-bittorrent
+MASTERDIR= ${.CURDIR}/../py-bittorrent-devel
.include "${MASTERDIR}/Makefile"