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 /textproc | |
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 'textproc')
-rw-r--r-- | textproc/aspell/Makefile | 3 | ||||
-rw-r--r-- | textproc/code2html/Makefile | 3 | ||||
-rw-r--r-- | textproc/openjade/Makefile | 3 | ||||
-rw-r--r-- | textproc/pspell/Makefile | 3 |
4 files changed, 8 insertions, 4 deletions
diff --git a/textproc/aspell/Makefile b/textproc/aspell/Makefile index 507d541e7092..188f011bc568 100644 --- a/textproc/aspell/Makefile +++ b/textproc/aspell/Makefile @@ -8,7 +8,8 @@ PORTNAME= aspell PORTVERSION= 0.31 CATEGORIES= textproc -MASTER_SITES= http://download.sourceforge.net/aspell/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= ${PORTNAME}-.31 MAINTAINER= ade@FreeBSD.org diff --git a/textproc/code2html/Makefile b/textproc/code2html/Makefile index d4a2e2457c12..8688dfcd9b80 100644 --- a/textproc/code2html/Makefile +++ b/textproc/code2html/Makefile @@ -8,8 +8,9 @@ PORTNAME= code2html PORTVERSION= 0.8.9a CATEGORIES= textproc -MASTER_SITES= ftp://code2html.sourceforge.net/pub/code2html/all/ \ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://www.cosy.sbg.ac.at/~ppalfrad/code2html/all/ +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= jedgar@FreeBSD.org diff --git a/textproc/openjade/Makefile b/textproc/openjade/Makefile index f1c1c264c295..c98f3b3146df 100644 --- a/textproc/openjade/Makefile +++ b/textproc/openjade/Makefile @@ -8,7 +8,8 @@ PORTNAME= openjade PORTVERSION= 1.3 CATEGORIES= textproc -MASTER_SITES= http://download.sourceforge.net/openjade/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= kuriyama@FreeBSD.org diff --git a/textproc/pspell/Makefile b/textproc/pspell/Makefile index a43502d929ed..631238133f3b 100644 --- a/textproc/pspell/Makefile +++ b/textproc/pspell/Makefile @@ -8,7 +8,8 @@ PORTNAME= pspell PORTVERSION= 0.11.0.1 CATEGORIES= textproc -MASTER_SITES= http://download.sourceforge.net/pspell/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= ${PORTNAME}-.11.0.1 MAINTAINER= ade@FreeBSD.org |