aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python20/Makefile
diff options
context:
space:
mode:
authorperky <perky@FreeBSD.org>2003-10-19 17:24:01 +0800
committerperky <perky@FreeBSD.org>2003-10-19 17:24:01 +0800
commitafe2d089daa8f0305f28d7219aea82e5f7f51f99 (patch)
tree9aa9e0ae0392b2c8d080db973f5a497da3c635f3 /lang/python20/Makefile
parent933ddba2662d3b389bc7db649a6f90ce2b5ff7c8 (diff)
downloadfreebsd-ports-graphics-afe2d089daa8f0305f28d7219aea82e5f7f51f99.tar.gz
freebsd-ports-graphics-afe2d089daa8f0305f28d7219aea82e5f7f51f99.tar.zst
freebsd-ports-graphics-afe2d089daa8f0305f28d7219aea82e5f7f51f99.zip
Utilize PYTHON_SITE_SUBDIR.
Diffstat (limited to 'lang/python20/Makefile')
-rw-r--r--lang/python20/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python20/Makefile b/lang/python20/Makefile
index 6fe205d041b..97a830637ef 100644
--- a/lang/python20/Makefile
+++ b/lang/python20/Makefile
@@ -10,7 +10,7 @@ PORTVERSION= 2.0.1
PORTREVISION= 2
CATEGORIES= lang python
MASTER_SITES= ${MASTER_SITE_PYTHON}
-MASTER_SITE_SUBDIR= ftp/python/${PORTVERSION}
+MASTER_SITE_SUBDIR= ${PYTHON_SITE_SUBDIR}
DISTFILES= ${PYTHON_DISTFILE}
MAINTAINER= perky@FreeBSD.org