diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-09-02 15:01:56 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-09-02 15:01:56 +0000 |
commit | 535382b89150108fea8bdf4a729e9ed1257f42f8 (patch) | |
tree | 1f24bf9ea181456fbd70a93a3796f17fa5b7c19b /editors | |
parent | bf8370accdc8c1debd25f233b58f951224d56a2e (diff) | |
download | ports-535382b89150108fea8bdf4a729e9ed1257f42f8.tar.gz ports-535382b89150108fea8bdf4a729e9ed1257f42f8.zip |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/kile-kde4/Makefile | 2 | ||||
-rw-r--r-- | editors/kile/Makefile | 2 | ||||
-rw-r--r-- | editors/kxmleditor/Makefile | 3 |
3 files changed, 3 insertions, 4 deletions
diff --git a/editors/kile-kde4/Makefile b/editors/kile-kde4/Makefile index c104a95189f9..839b7c78708c 100644 --- a/editors/kile-kde4/Makefile +++ b/editors/kile-kde4/Makefile @@ -9,7 +9,7 @@ PORTNAME= kile PORTVERSION= 2.0.3 PORTREVISION= 1 CATEGORIES= editors kde -MASTER_SITES= SFE +MASTER_SITES= SF/${PORTNAME}/stable/${PORTNAME}-${PORTVERSION} MAINTAINER= markus@FreeBSD.org COMMENT= A LaTeX source editor for KDE diff --git a/editors/kile/Makefile b/editors/kile/Makefile index c104a95189f9..839b7c78708c 100644 --- a/editors/kile/Makefile +++ b/editors/kile/Makefile @@ -9,7 +9,7 @@ PORTNAME= kile PORTVERSION= 2.0.3 PORTREVISION= 1 CATEGORIES= editors kde -MASTER_SITES= SFE +MASTER_SITES= SF/${PORTNAME}/stable/${PORTNAME}-${PORTVERSION} MAINTAINER= markus@FreeBSD.org COMMENT= A LaTeX source editor for KDE diff --git a/editors/kxmleditor/Makefile b/editors/kxmleditor/Makefile index 46f69f18d716..8a38f5d36557 100644 --- a/editors/kxmleditor/Makefile +++ b/editors/kxmleditor/Makefile @@ -9,8 +9,7 @@ PORTNAME= kxmleditor PORTVERSION= 1.1.4 PORTREVISION= 6 CATEGORIES= editors kde -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= SF/${PORTNAME}/KXMLEditor/${PORTVERSION} MAINTAINER= kevlo@FreeBSD.org COMMENT= XML editor for KDE |