diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-08-22 00:32:25 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-08-22 00:32:25 +0000 |
commit | 7914161a414ec0a620f9de779057c9fe0a80343d (patch) | |
tree | a4cb00a0087b36d6067c707189e054581a0f12cf /net/py-pcap | |
parent | a13d9a603d44e9d2d333d5b2033b95a97545f73b (diff) | |
download | ports-7914161a414ec0a620f9de779057c9fe0a80343d.tar.gz ports-7914161a414ec0a620f9de779057c9fe0a80343d.zip |
Notes
Diffstat (limited to 'net/py-pcap')
-rw-r--r-- | net/py-pcap/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/py-pcap/Makefile b/net/py-pcap/Makefile index de3976f01ef4..edd898705512 100644 --- a/net/py-pcap/Makefile +++ b/net/py-pcap/Makefile @@ -8,9 +8,9 @@ PORTNAME= pcap PORTVERSION= 0.6.2 CATEGORIES= net python -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ +MASTER_SITES= SF/pylib${PORTNAME}/pylib${PORTNAME}/${PORTVERSION} \ http://people.freebsd.org/~perky/distfiles/:local -MASTER_SITE_SUBDIR= pylibpcap + PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= pylibpcap-${PORTVERSION} |