diff options
author | thierry <thierry@FreeBSD.org> | 2006-01-08 15:39:19 +0000 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2006-01-08 15:39:19 +0000 |
commit | 26d428b73fb7a5108e4a4b3abaf33859e6617176 (patch) | |
tree | b01c90aed89be4b2ead80255a82d2512fc82dfd8 /editors | |
parent | c650b119fea041b2dec9139c63bd087b899f7250 (diff) | |
download | FreeBSD-ports-26d428b73fb7a5108e4a4b3abaf33859e6617176.zip FreeBSD-ports-26d428b73fb7a5108e4a4b3abaf33859e6617176.tar.gz |
Make fetchable again.
PR: 91508
Submitted by: Nicola Vitale <nivit (at) email.it> (maintainer)
Reported by: pointyhat via kris
Diffstat (limited to 'editors')
-rw-r--r-- | editors/spe/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/spe/Makefile b/editors/spe/Makefile index efb4fbb..8fb8cd8 100644 --- a/editors/spe/Makefile +++ b/editors/spe/Makefile @@ -10,6 +10,7 @@ PORTVERSION= 0.8.1.c CATEGORIES= editors devel python MASTER_SITES= http://download.berlios.de/python/ \ ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME:L} DISTNAME= ${PORTNAME}-${PORTVERSION}-wx2.6.1.0.-bl2.35 MAINTAINER= nivit@email.it |