diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 2001-03-26 11:38:29 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 2001-03-26 11:38:29 +0000 |
commit | 861514c218a5a043830b8dae85cdb29b9a723ddb (patch) | |
tree | b407a2aeef71a2fb18f471ba665cf320e92efb80 /lang/py-mx-base | |
parent | d81379c851779ea90997298cfdbe2b61c77cb96f (diff) | |
download | ports-861514c218a5a043830b8dae85cdb29b9a723ddb.tar.gz ports-861514c218a5a043830b8dae85cdb29b9a723ddb.zip |
Notes
Diffstat (limited to 'lang/py-mx-base')
-rw-r--r-- | lang/py-mx-base/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/py-mx-base/Makefile b/lang/py-mx-base/Makefile index c56af984997e..8527aabc0a7e 100644 --- a/lang/py-mx-base/Makefile +++ b/lang/py-mx-base/Makefile @@ -8,7 +8,9 @@ PORTNAME= mx-base PORTVERSION= 2.0.0 CATEGORIES= lang python -MASTER_SITES= http://www.lemburg.com/python/ +MASTER_SITES= http://www.lemburg.com/python/ \ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= tg PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= egenix-${PORTNAME}-${PORTVERSION} |