diff options
author | bsam <bsam@FreeBSD.org> | 2010-01-01 18:50:08 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2010-01-01 18:50:08 +0800 |
commit | 8ce83cb29473b5da2f18a152138cb467e35842c4 (patch) | |
tree | b4357c8cb4d8ea6f39eaff03057d8abd29c3fd12 /ports-mgmt | |
parent | 059e6f47b3f3740468434a3d48404f4c3de229c1 (diff) | |
download | freebsd-ports-gnome-8ce83cb29473b5da2f18a152138cb467e35842c4.tar.gz freebsd-ports-gnome-8ce83cb29473b5da2f18a152138cb467e35842c4.tar.zst freebsd-ports-gnome-8ce83cb29473b5da2f18a152138cb467e35842c4.zip |
Use BERLIOS macro for MASTER_SITES.
PR: ports/142172 (inspirited by)
Submitted by: Sevan Janiyan <venture37 at geeklan.co.uk>
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/portsman/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports-mgmt/portsman/Makefile b/ports-mgmt/portsman/Makefile index c1c8dd284e64..387017e21dac 100644 --- a/ports-mgmt/portsman/Makefile +++ b/ports-mgmt/portsman/Makefile @@ -9,7 +9,7 @@ PORTNAME= portsman PORTVERSION= 0.2 PORTREVISION= 2 CATEGORIES= ports-mgmt -MASTER_SITES= http://download.berlios.de/portsman/ +MASTER_SITES= BERLIOS # temporary DISTNAME= ${PORTNAME}-${PORTVERSION}-rc2 |