diff options
-rw-r--r-- | textproc/py-pyx12/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/py-pyx12/Makefile b/textproc/py-pyx12/Makefile index 18954e65fe5a..a226d1c61a99 100644 --- a/textproc/py-pyx12/Makefile +++ b/textproc/py-pyx12/Makefile @@ -8,7 +8,8 @@ PORTNAME= pyx12 PORTVERSION= 1.0.1.b3 CATEGORIES= textproc python -MASTER_SITES= http://osdn.dl.sourceforge.net/sourceforge/pyx12/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= pyx12-${PORTVERSION:S/.b/b/} |