aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/py-enchant
diff options
context:
space:
mode:
authorerwin <erwin@FreeBSD.org>2009-08-23 23:56:25 +0800
committererwin <erwin@FreeBSD.org>2009-08-23 23:56:25 +0800
commitee260f29247ee16c27119a5c4ea651005bb82434 (patch)
tree4402780de95a24c12847e9e71ab2cc10d7e2cbe9 /textproc/py-enchant
parent4ff8402a9484dcc7e86ad770a7f687179086dd9a (diff)
downloadfreebsd-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/Makefile2
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