diff options
author | erwin <erwin@FreeBSD.org> | 2009-08-23 23:56:25 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2009-08-23 23:56:25 +0800 |
commit | ee260f29247ee16c27119a5c4ea651005bb82434 (patch) | |
tree | 4402780de95a24c12847e9e71ab2cc10d7e2cbe9 /textproc/py-enchant | |
parent | 4ff8402a9484dcc7e86ad770a7f687179086dd9a (diff) | |
download | freebsd-ports-gnome-ee260f29247ee16c27119a5c4ea651005bb82434.tar.gz freebsd-ports-gnome-ee260f29247ee16c27119a5c4ea651005bb82434.tar.zst freebsd-ports-gnome-ee260f29247ee16c27119a5c4ea651005bb82434.zip |
Fix fetching
Submitted by: pointyhat
Diffstat (limited to 'textproc/py-enchant')
-rw-r--r-- | textproc/py-enchant/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/py-enchant/Makefile b/textproc/py-enchant/Makefile index ebe093cef4f1..87f44e839988 100644 --- a/textproc/py-enchant/Makefile +++ b/textproc/py-enchant/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 1.5.3 CATEGORIES= textproc devel python MASTER_SITES= SF/py${PORTNAME}/py${PORTNAME}/${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= ${MASTER_SITE_SUBDIR}-${PORTVERSION} +DISTNAME= py${PORTNAME}-${PORTVERSION} MAINTAINER= nivit@FreeBSD.org COMMENT= A spellchecking library for Python based on the Enchant library |