diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-02-24 14:50:33 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-02-24 14:50:33 +0000 |
commit | c2a7b70661d0852cf3b899fb720191d26af348da (patch) | |
tree | 6e042379b94dc15f5233c10d43d93c3eb51ced47 /textproc/py-pyx12 | |
parent | bf5a3d378da7d94b9cecac578b0efd9131860f36 (diff) | |
download | ports-c2a7b70661d0852cf3b899fb720191d26af348da.tar.gz ports-c2a7b70661d0852cf3b899fb720191d26af348da.zip |
Notes
Diffstat (limited to 'textproc/py-pyx12')
-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/} |