diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-08-22 00:37:17 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-08-22 00:37:17 +0000 |
commit | b2b01422b8094e49e8087974c453acbe6fc5512a (patch) | |
tree | f17cdd8cd3ce53a436b78a4645ab67721001c5d7 /textproc/py-enchant | |
parent | 3eb168f46b2ba49b62efa711ffbdd0a1047a5e5b (diff) | |
download | ports-b2b01422b8094e49e8087974c453acbe6fc5512a.tar.gz ports-b2b01422b8094e49e8087974c453acbe6fc5512a.zip |
Notes
Diffstat (limited to 'textproc/py-enchant')
-rw-r--r-- | textproc/py-enchant/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/py-enchant/Makefile b/textproc/py-enchant/Makefile index 82a11fb1e788..ebe093cef4f1 100644 --- a/textproc/py-enchant/Makefile +++ b/textproc/py-enchant/Makefile @@ -8,8 +8,7 @@ PORTNAME= enchant PORTVERSION= 1.5.3 CATEGORIES= textproc devel python -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= py${PORTNAME} +MASTER_SITES= SF/py${PORTNAME}/py${PORTNAME}/${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= ${MASTER_SITE_SUBDIR}-${PORTVERSION} |