diff options
author | perky <perky@FreeBSD.org> | 2003-10-19 16:52:10 +0800 |
---|---|---|
committer | perky <perky@FreeBSD.org> | 2003-10-19 16:52:10 +0800 |
commit | 8b3f89e06dd5c0e73dee77fc583a8ce69e302108 (patch) | |
tree | a656b9f1cb1671d82cecb452f44c69435bdaedb5 /textproc/py-expat/Makefile | |
parent | 81fa85f9b2cdcaef14db27bd905590429931099e (diff) | |
download | freebsd-ports-gnome-8b3f89e06dd5c0e73dee77fc583a8ce69e302108.tar.gz freebsd-ports-gnome-8b3f89e06dd5c0e73dee77fc583a8ce69e302108.tar.zst freebsd-ports-gnome-8b3f89e06dd5c0e73dee77fc583a8ce69e302108.zip |
Utilize PYTHON_SITE_SUBDIR and USE_PYTHON.
Diffstat (limited to 'textproc/py-expat/Makefile')
-rw-r--r-- | textproc/py-expat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/py-expat/Makefile b/textproc/py-expat/Makefile index 2c6f2db7c65b..fcd77f36b0ce 100644 --- a/textproc/py-expat/Makefile +++ b/textproc/py-expat/Makefile @@ -10,7 +10,7 @@ PORTVERSION= ${PYTHON_PORTVERSION} PORTREVISION= 2 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYTHON} -MASTER_SITE_SUBDIR= ftp/python/${PORTVERSION} +MASTER_SITE_SUBDIR= ${PYTHON_SITE_SUBDIR} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTFILES= ${PYTHON_DISTFILE} |