diff options
author | bsam <bsam@FreeBSD.org> | 2009-11-16 15:52:46 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2009-11-16 15:52:46 +0800 |
commit | d87182b50a890de394e36a8055af34d6cd49910d (patch) | |
tree | 09eaba9184e44837ff284c69eca674d30704f238 /databases | |
parent | 8bcc707e75aeee6ef20ae17f3a35fff3a0124386 (diff) | |
download | freebsd-ports-gnome-d87182b50a890de394e36a8055af34d6cd49910d.tar.gz freebsd-ports-gnome-d87182b50a890de394e36a8055af34d6cd49910d.tar.zst freebsd-ports-gnome-d87182b50a890de394e36a8055af34d6cd49910d.zip |
Use BERLIOS macro for MASTER_SITES.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/dbf/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/databases/dbf/Makefile b/databases/dbf/Makefile index 8a3e37e44ca3..dfc63806d452 100644 --- a/databases/dbf/Makefile +++ b/databases/dbf/Makefile @@ -9,8 +9,7 @@ PORTNAME= dbf PORTVERSION= 0.8.3.1 CATEGORIES= databases -MASTER_SITES= http://download.berlios.de/dbf/ \ - http://download2.berlios.de/dbf/ +MASTER_SITES= BERLIOS DISTNAME= ${PORTNAME}-${PORTVERSION}.src MAINTAINER= bsam@FreeBSD.org |