diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-06-14 21:21:38 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-06-14 21:21:38 +0800 |
commit | efc7a6bb8ab92bb5dfff6f259733f5a8d7f4bd51 (patch) | |
tree | a7eb6f61383dd7f8f20da38a7acacada23cdef3c /editors | |
parent | 2c7063f91d7dda359ec09e2835e7563d5eab7bc8 (diff) | |
download | freebsd-ports-gnome-efc7a6bb8ab92bb5dfff6f259733f5a8d7f4bd51.tar.gz freebsd-ports-gnome-efc7a6bb8ab92bb5dfff6f259733f5a8d7f4bd51.tar.zst freebsd-ports-gnome-efc7a6bb8ab92bb5dfff6f259733f5a8d7f4bd51.zip |
Teach MASTER_SITES about new MASTER_SITE_SOURCEFORGE.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/biew/Makefile | 4 | ||||
-rw-r--r-- | editors/fte/Makefile | 4 | ||||
-rw-r--r-- | editors/gedit/Makefile | 3 | ||||
-rw-r--r-- | editors/gedit2/Makefile | 3 | ||||
-rw-r--r-- | editors/gnotepad+/Makefile | 3 |
5 files changed, 10 insertions, 7 deletions
diff --git a/editors/biew/Makefile b/editors/biew/Makefile index 51e42ef11200..a2fcd616054b 100644 --- a/editors/biew/Makefile +++ b/editors/biew/Makefile @@ -8,8 +8,8 @@ PORTNAME= biew PORTVERSION= 5.1.0 CATEGORIES= editors -MASTER_SITES= ftp://biew.sourceforge.net/pub/biew/5.x/src/ \ - http://download.sourceforge.net/biew/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= ${PORTNAME}-510 MAINTAINER= ports@FreeBSD.org diff --git a/editors/fte/Makefile b/editors/fte/Makefile index 33e87c5cea23..8289973dbcb7 100644 --- a/editors/fte/Makefile +++ b/editors/fte/Makefile @@ -8,8 +8,8 @@ PORTNAME= fte PORTVERSION= 46.5 CATEGORIES= editors -MASTER_SITES= ftp://ftp.sourceforge.net/pub/sourceforge/fte/ \ - http://download.sourceforge.net/fte/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= ${PORTNAME}s${PORTVERSION:S/./b/} EXTRACT_SUFX= .zip diff --git a/editors/gedit/Makefile b/editors/gedit/Makefile index 21bb2991ebc2..7c030b05aaec 100644 --- a/editors/gedit/Makefile +++ b/editors/gedit/Makefile @@ -8,7 +8,8 @@ PORTNAME= gedit PORTVERSION= 0.7.9 CATEGORIES= editors gnome -MASTER_SITES= http://download.sourceforge.net/gedit/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ade@FreeBSD.org diff --git a/editors/gedit2/Makefile b/editors/gedit2/Makefile index 21bb2991ebc2..7c030b05aaec 100644 --- a/editors/gedit2/Makefile +++ b/editors/gedit2/Makefile @@ -8,7 +8,8 @@ PORTNAME= gedit PORTVERSION= 0.7.9 CATEGORIES= editors gnome -MASTER_SITES= http://download.sourceforge.net/gedit/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ade@FreeBSD.org diff --git a/editors/gnotepad+/Makefile b/editors/gnotepad+/Makefile index c09ba2609cc1..1addd79f4f22 100644 --- a/editors/gnotepad+/Makefile +++ b/editors/gnotepad+/Makefile @@ -8,7 +8,8 @@ PORTNAME= gnotepad+ PORTVERSION= 1.3.0 CATEGORIES= editors www gnome -MASTER_SITES= http://download.sourceforge.net/gnotepad/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= gnotepad .if !defined(NOPORTDOCS) DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \ ${PORTNAME}-help-${DOCVERSION}${EXTRACT_SUFX} |