diff options
author | pav <pav@FreeBSD.org> | 2005-08-27 00:48:38 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-08-27 00:48:38 +0800 |
commit | 413965a4146a5c18dfa8ca8eb740d25537ba0a51 (patch) | |
tree | 4470925d38a114d7786c3c5bfe5e2736bbf598ac /comms/spandsp-devel5 | |
parent | ebd74bff0a33dae4d55e35af68775f8f5b846a0d (diff) | |
download | freebsd-ports-graphics-413965a4146a5c18dfa8ca8eb740d25537ba0a51.tar.gz freebsd-ports-graphics-413965a4146a5c18dfa8ca8eb740d25537ba0a51.tar.zst freebsd-ports-graphics-413965a4146a5c18dfa8ca8eb740d25537ba0a51.zip |
- Fix fetching (mirror distfile locally)
Reported by: krionmail
Approved by: portmgr (krion)
Diffstat (limited to 'comms/spandsp-devel5')
-rw-r--r-- | comms/spandsp-devel5/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/comms/spandsp-devel5/Makefile b/comms/spandsp-devel5/Makefile index bdb06a923ae..4b2660ea980 100644 --- a/comms/spandsp-devel5/Makefile +++ b/comms/spandsp-devel5/Makefile @@ -8,7 +8,9 @@ PORTNAME= spandsp DISTVERSION= 0.0.2pre18 CATEGORIES= comms -MASTER_SITES= ftp://soft-switch.org/pub/spandsp/${PORTNAME}-${DISTVERSION}/ +MASTER_SITES= ftp://soft-switch.org/pub/spandsp/${PORTNAME}-${DISTVERSION}/ \ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= pav MAINTAINER= ports@FreeBSD.org COMMENT= Fax DSP library for Asterisk |