diff options
author | lioux <lioux@FreeBSD.org> | 2005-05-30 11:31:20 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2005-05-30 11:31:20 +0800 |
commit | aa283ff6818f9f15b8e4376671d00bf61438748e (patch) | |
tree | a6be09a7ed7054467aeecce3acd2320b347de1a6 /net-p2p/py-bittorrent-devel | |
parent | 53d849dcf179aa352a4a899c21959a7deffa17f5 (diff) | |
download | freebsd-ports-gnome-aa283ff6818f9f15b8e4376671d00bf61438748e.tar.gz freebsd-ports-gnome-aa283ff6818f9f15b8e4376671d00bf61438748e.tar.zst freebsd-ports-gnome-aa283ff6818f9f15b8e4376671d00bf61438748e.zip |
Fix typo: add PKGNAMESUFFIX?=-devel back
Diffstat (limited to 'net-p2p/py-bittorrent-devel')
-rw-r--r-- | net-p2p/py-bittorrent-devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-p2p/py-bittorrent-devel/Makefile b/net-p2p/py-bittorrent-devel/Makefile index 19d05b4f2608..9e2c2201f921 100644 --- a/net-p2p/py-bittorrent-devel/Makefile +++ b/net-p2p/py-bittorrent-devel/Makefile @@ -13,6 +13,7 @@ MASTER_SITES= http://www.bittorrent.com/dl/ \ ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME:L} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +PKGNAMESUFFIX?= -devel MAINTAINER= lioux@FreeBSD.org COMMENT?= A peer-to-peer tool for distributing files written in Python |