diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/py-bittorrent-core-devel/Makefile | 4 |
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" |