aboutsummaryrefslogtreecommitdiffstats
path: root/comms
diff options
context:
space:
mode:
authorak <ak@FreeBSD.org>2012-10-09 00:57:52 +0800
committerak <ak@FreeBSD.org>2012-10-09 00:57:52 +0800
commit496ea5ad6bfe7eacdb36335a30adacc242dfa841 (patch)
treea5d59c8025c594e1efdb622fd3648133814efe90 /comms
parent136975cd7bb49e4e5f5da0aa6591a66b39af1b9e (diff)
downloadfreebsd-ports-gnome-496ea5ad6bfe7eacdb36335a30adacc242dfa841.tar.gz
freebsd-ports-gnome-496ea5ad6bfe7eacdb36335a30adacc242dfa841.tar.zst
freebsd-ports-gnome-496ea5ad6bfe7eacdb36335a30adacc242dfa841.zip
- Update MASTER_SITES
- Remove vestiges of old OPTIONS PR: ports/172485 Submitted by: nemysis <nemysis@gmx.ch> (maintainer)
Diffstat (limited to 'comms')
-rw-r--r--comms/spandsp-devel/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/comms/spandsp-devel/Makefile b/comms/spandsp-devel/Makefile
index b16d617632b7..b2bb22d8baa1 100644
--- a/comms/spandsp-devel/Makefile
+++ b/comms/spandsp-devel/Makefile
@@ -3,8 +3,7 @@
PORTNAME= spandsp
DISTVERSION= 0.0.6pre21
CATEGORIES= comms
-MASTER_SITES= http://www.soft-switch.org/downloads/spandsp/ \
- http://www.soft-switch.org/downloads/spandsp/old/
+MASTER_SITES= http://www.soft-switch.org/downloads/spandsp/
PKGNAMESUFFIX= -devel
EXTRACT_SUFX= .tgz
@@ -40,7 +39,7 @@ CONFIGURE_ARGS+=--disable-doc
.endif
post-install:
-.if defined(WITH_DOXYGEN)
+.if ${PORT_OPTIONS:MDOXYGEN}
${MKDIR} ${DOCSDIR}
(cd ${WRKSRC}/doc && \
${COPYTREE_SHARE} \* ${DOCSDIR} "-type d -or -mindepth 1")