diff options
Diffstat (limited to 'editors/codelite/Makefile')
-rw-r--r-- | editors/codelite/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/codelite/Makefile b/editors/codelite/Makefile index da185f08e53b..e940c91e36d1 100644 --- a/editors/codelite/Makefile +++ b/editors/codelite/Makefile @@ -9,7 +9,7 @@ PORTNAME= codelite DISTVERSION= 1.0.${SVN_REVISION} PORTREVISION= 1 CATEGORIES= editors -MASTER_SITES= SF +MASTER_SITES= SF/${PORTNAME}/Releases/PreviousReleases/${PORTNAME}%20${PORTVERSION} MAINTAINER= gahr@FreeBSD.org COMMENT= An Open Source IDE for C/C++ |