diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-09-29 18:11:07 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-09-29 18:11:07 +0000 |
commit | 17e52f539c73a27ab3e15e219a8584556578c5bd (patch) | |
tree | 3f5ba3b9b625c84570caf6e39a09d4407f71604f /editors/leo/Makefile | |
parent | 76d4548c8e1b1b17209597c62a86a844dc506127 (diff) |
Notes
Diffstat (limited to 'editors/leo/Makefile')
-rw-r--r-- | editors/leo/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/editors/leo/Makefile b/editors/leo/Makefile index 16dd79a33765..a68aa907873e 100644 --- a/editors/leo/Makefile +++ b/editors/leo/Makefile @@ -6,11 +6,11 @@ # PORTNAME= leo -PORTVERSION= 3.12.1.b1 +PORTVERSION= 4.0.b1 CATEGORIES= editors python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/-b/} +DISTNAME= ${PORTNAME}-${PORTVERSION:S/./-/g} DIST_SUBDIR= leo MAINTAINER= sergei@kolobov.com @@ -22,6 +22,7 @@ USE_ZIP= yes USE_PYTHON= yes TKINTER= ${PYTHON_SITELIBDIR}/_tkinter.so +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/.b/-b/} LEO_DIR= ${PYTHONPREFIX_SITELIBDIR}/leo DOCS= doc/LICENSE.TXT doc/README.TXT |