diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2016-02-02 20:48:06 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2016-02-02 20:48:06 +0000 |
commit | 41e8d75c0052596ffcdb90f7b8a38f27fa33af9f (patch) | |
tree | 9d79f7d10158496bf06612ddbb2fab221f5cbc61 /devel | |
parent | 3b306732766ad9693f8e9b4149340e4a6aa9eb18 (diff) | |
download | ports-41e8d75c0052596ffcdb90f7b8a38f27fa33af9f.tar.gz ports-41e8d75c0052596ffcdb90f7b8a38f27fa33af9f.zip |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/py-setuptools32/Makefile | 10 |
2 files changed, 0 insertions, 11 deletions
diff --git a/devel/Makefile b/devel/Makefile index ffa516b6a391..9c6350ae0f9a 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -4332,7 +4332,6 @@ SUBDIR += py-setuptools SUBDIR += py-setuptools-git SUBDIR += py-setuptools27 - SUBDIR += py-setuptools32 SUBDIR += py-setuptools33 SUBDIR += py-setuptools34 SUBDIR += py-setuptools35 diff --git a/devel/py-setuptools32/Makefile b/devel/py-setuptools32/Makefile deleted file mode 100644 index 2bbc074be8b0..000000000000 --- a/devel/py-setuptools32/Makefile +++ /dev/null @@ -1,10 +0,0 @@ -# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> -# $FreeBSD$ - -PKGNAMESUFFIX= ${PYTHON_SUFFIX} - -PYTHON_VERSION= python3.2 - -MASTERDIR= ${.CURDIR}/../py-setuptools - -.include "${MASTERDIR}/Makefile" |