diff options
author | Bill Fenner <fenner@FreeBSD.org> | 2000-06-22 19:15:32 +0000 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 2000-06-22 19:15:32 +0000 |
commit | c1fe6ed46865007ec44088c1afccd916cc6b14fa (patch) | |
tree | 2500fa6bc2f3cc44dab5f35379cd77f8f7900293 | |
parent | 2b7dbbda209d2035f42ad0b421aa05432decb66f (diff) | |
download | ports-c1fe6ed46865007ec44088c1afccd916cc6b14fa.tar.gz ports-c1fe6ed46865007ec44088c1afccd916cc6b14fa.zip |
Notes
-rw-r--r-- | comms/qpage/Makefile | 3 | ||||
-rw-r--r-- | editors/textedit/Makefile | 3 | ||||
-rw-r--r-- | graphics/spigot/Makefile | 3 | ||||
-rw-r--r-- | misc/viz/Makefile | 3 | ||||
-rw-r--r-- | multimedia/spigot/Makefile | 3 | ||||
-rw-r--r-- | security/sniff/Makefile | 3 | ||||
-rw-r--r-- | x11/props/Makefile | 3 |
7 files changed, 14 insertions, 7 deletions
diff --git a/comms/qpage/Makefile b/comms/qpage/Makefile index 4980df30c8b0..2d144e0659d1 100644 --- a/comms/qpage/Makefile +++ b/comms/qpage/Makefile @@ -9,7 +9,8 @@ PORTNAME= qpage PORTVERSION= 3.2 CATEGORIES= comms #MASTER_SITES= http://www.qpage.org/download/ -MASTER_SITES= http://people.FreeBSD.org/~fenner/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= fenner EXTRACT_SUFX= .tar.Z MAINTAINER= joes@seaport.net diff --git a/editors/textedit/Makefile b/editors/textedit/Makefile index 6a4118d6c29d..1418985f6557 100644 --- a/editors/textedit/Makefile +++ b/editors/textedit/Makefile @@ -8,7 +8,8 @@ PORTNAME= textedit PORTVERSION= 1.0 CATEGORIES= editors -MASTER_SITES= http://people.FreeBSD.org/~fenner/distfiles/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= fenner MAINTAINER= alex@FreeBSD.org diff --git a/graphics/spigot/Makefile b/graphics/spigot/Makefile index e8afe253a6b8..1731f31f94c0 100644 --- a/graphics/spigot/Makefile +++ b/graphics/spigot/Makefile @@ -8,7 +8,8 @@ PORTNAME= spigot PORTVERSION= 1.7 CATEGORIES= graphics -MASTER_SITES= http://people.FreeBSD.org/~fenner/distfiles/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= fenner DISTFILES= spigot.1.7.tar.gz MAINTAINER= james@cs.uwm.edu diff --git a/misc/viz/Makefile b/misc/viz/Makefile index 5b846e512f21..1d973aadac84 100644 --- a/misc/viz/Makefile +++ b/misc/viz/Makefile @@ -8,7 +8,8 @@ PORTNAME= viz PORTVERSION= 1.1.1 CATEGORIES= misc -MASTER_SITES= http://people.FreeBSD.org/~fenner/distfiles/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= fenner EXTRACT_SUFX= .tgz MAINTAINER= bjn@visi.com diff --git a/multimedia/spigot/Makefile b/multimedia/spigot/Makefile index e8afe253a6b8..1731f31f94c0 100644 --- a/multimedia/spigot/Makefile +++ b/multimedia/spigot/Makefile @@ -8,7 +8,8 @@ PORTNAME= spigot PORTVERSION= 1.7 CATEGORIES= graphics -MASTER_SITES= http://people.FreeBSD.org/~fenner/distfiles/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= fenner DISTFILES= spigot.1.7.tar.gz MAINTAINER= james@cs.uwm.edu diff --git a/security/sniff/Makefile b/security/sniff/Makefile index b76c56d0aac0..464bb5004c6a 100644 --- a/security/sniff/Makefile +++ b/security/sniff/Makefile @@ -8,7 +8,8 @@ PORTNAME= sniff PORTVERSION= 1.0 CATEGORIES= security -MASTER_SITES= http://people.FreeBSD.org/~fenner/distfiles/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= fenner MAINTAINER= veraldi@cs.unibo.it diff --git a/x11/props/Makefile b/x11/props/Makefile index ef47f30f9af5..4d7f95137b3d 100644 --- a/x11/props/Makefile +++ b/x11/props/Makefile @@ -8,7 +8,8 @@ PORTNAME= props PORTVERSION= 1.0 CATEGORIES= x11 -MASTER_SITES= http://people.FreeBSD.org/~fenner/distfiles/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= fenner MAINTAINER= ports@FreeBSD.org |