diff options
author | vs <vs@FreeBSD.org> | 2004-07-13 23:20:55 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2004-07-13 23:20:55 +0800 |
commit | 94ab300191cc94212a447094f64d7860d8776485 (patch) | |
tree | 872b181d0ef8622506dbd9043eda13078b7c2628 /databases | |
parent | 089daa79c5c97e3f000a570b290efe65459808f5 (diff) | |
download | freebsd-ports-gnome-94ab300191cc94212a447094f64d7860d8776485.tar.gz freebsd-ports-gnome-94ab300191cc94212a447094f64d7860d8776485.tar.zst freebsd-ports-gnome-94ab300191cc94212a447094f64d7860d8776485.zip |
Add SourceForge to MASTER_SITES.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/libiodbc/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/libiodbc/Makefile b/databases/libiodbc/Makefile index 7a809caf73cd..3bfac0e7ddf2 100644 --- a/databases/libiodbc/Makefile +++ b/databases/libiodbc/Makefile @@ -11,7 +11,9 @@ PORTNAME= libiodbc PORTVERSION= 3.51.2 CATEGORIES= databases -MASTER_SITES= http://www.iodbc.org/downloads/iODBC/ +MASTER_SITES= http://www.iodbc.org/downloads/iODBC/ \ + ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= iodbc MAINTAINER= ports@FreeBSD.org COMMENT= An ODBC 3.x driver manager, for universal data source access |