diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-08-02 00:43:40 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-08-02 00:43:40 +0800 |
commit | 2f755efec7ae45951ae31127e31c4c0bf79846b2 (patch) | |
tree | eabf98c689cc27168dccb88f5f2bc877568d2990 | |
parent | 0755ccdcabcacf63d6640c4a1ed75c5d20b759c2 (diff) | |
download | freebsd-ports-gnome-2f755efec7ae45951ae31127e31c4c0bf79846b2.tar.gz freebsd-ports-gnome-2f755efec7ae45951ae31127e31c4c0bf79846b2.tar.zst freebsd-ports-gnome-2f755efec7ae45951ae31127e31c4c0bf79846b2.zip |
use MASTER_SITE_SOURCEFORGE
-rw-r--r-- | net/openh323proxy/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/openh323proxy/Makefile b/net/openh323proxy/Makefile index 37b2bacafd36..3d3f0e84a476 100644 --- a/net/openh323proxy/Makefile +++ b/net/openh323proxy/Makefile @@ -8,7 +8,8 @@ PORTNAME= openh323proxy PORTVERSION= 0.9.9 CATEGORIES= net -MASTER_SITES= http://download.sourceforge.net/openh323proxy/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= roger@FreeBSD.org |