diff options
author | lofi <lofi@FreeBSD.org> | 2005-03-01 20:51:59 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2005-03-01 20:51:59 +0800 |
commit | ea2722d7709aae5254330e7098f0c575e4fbd118 (patch) | |
tree | 182b0cebced69a757e5a2012eb266859bb73c7b2 | |
parent | e7d6b4f41f1e3ba3a72354dd834a0f4cf9091ae4 (diff) | |
download | freebsd-ports-gnome-ea2722d7709aae5254330e7098f0c575e4fbd118.tar.gz freebsd-ports-gnome-ea2722d7709aae5254330e7098f0c575e4fbd118.tar.zst freebsd-ports-gnome-ea2722d7709aae5254330e7098f0c575e4fbd118.zip |
Use MASTER_SITE_LOCAL.
Suggested by: kris
-rw-r--r-- | audio/anthem/Makefile | 3 | ||||
-rw-r--r-- | multimedia/xvid4conf/Makefile | 3 | ||||
-rw-r--r-- | print/alignmargins/Makefile | 3 | ||||
-rw-r--r-- | www/akregator/Makefile | 5 |
4 files changed, 8 insertions, 6 deletions
diff --git a/audio/anthem/Makefile b/audio/anthem/Makefile index 9f60903b9a0b..e8a9c4af6bf2 100644 --- a/audio/anthem/Makefile +++ b/audio/anthem/Makefile @@ -7,7 +7,8 @@ PORTNAME= anthem PORTVERSION= 0.0.17 CATEGORIES= audio -MASTER_SITES= http://people.freebsd.org/~lofi/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR=lofi MAINTAINER= ports@FreeBSD.org COMMENT= A KDE midi sequencer diff --git a/multimedia/xvid4conf/Makefile b/multimedia/xvid4conf/Makefile index c15251e8592f..cb965e3da936 100644 --- a/multimedia/xvid4conf/Makefile +++ b/multimedia/xvid4conf/Makefile @@ -9,7 +9,8 @@ PORTNAME= xvid4conf PORTVERSION= 1.10 PORTREVISION= 1 CATEGORIES= multimedia -MASTER_SITES= http://people.freebsd.org/~lofi/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR=lofi MAINTAINER= lofi@freebsd.org COMMENT= XviD configuration panel for transcode diff --git a/print/alignmargins/Makefile b/print/alignmargins/Makefile index b918674bde1d..96cd13b2e1ba 100644 --- a/print/alignmargins/Makefile +++ b/print/alignmargins/Makefile @@ -9,8 +9,9 @@ PORTNAME= alignmargins PORTVERSION= 1.0 PORTREVISION= 1 CATEGORIES= print -MASTER_SITES= http://people.freebsd.org/~lofi/ \ +MASTER_SITES= ${MASTER_SITE_LOCAL} \ http://www.linuxprinting.org/download/printing/ +MASTER_SITE_SUBDIR=lofi DISTFILES= alignmargins align.ps MAINTAINER= lofi@FreeBSD.org diff --git a/www/akregator/Makefile b/www/akregator/Makefile index dd9d727e17c1..d01a51a0bb07 100644 --- a/www/akregator/Makefile +++ b/www/akregator/Makefile @@ -8,9 +8,8 @@ PORTNAME= akregator PORTVERSION= 1.0.b8 PORTREVISION= 2 CATEGORIES= www kde -#MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -#MASTER_SITE_SUBDIR= ${PORTNAME} -MASTER_SITES= http://people.freebsd.org/~lofi/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR=lofi DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/_beta/} MAINTAINER= ports@FreeBSD.org |