Date: Mon, 8 Oct 2012 16:57:52 +0000 (UTC) From: Alex Kozlov <ak@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r305551 - head/comms/spandsp-devel Message-ID: <201210081657.q98GvqCo037872@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ak Date: Mon Oct 8 16:57:52 2012 New Revision: 305551 URL: http://svn.freebsd.org/changeset/ports/305551 Log: - Update MASTER_SITES - Remove vestiges of old OPTIONS PR: ports/172485 Submitted by: nemysis <nemysis@gmx.ch> (maintainer) Modified: head/comms/spandsp-devel/Makefile (contents, props changed) Modified: head/comms/spandsp-devel/Makefile ============================================================================== --- head/comms/spandsp-devel/Makefile Mon Oct 8 16:53:09 2012 (r305550) +++ head/comms/spandsp-devel/Makefile Mon Oct 8 16:57:52 2012 (r305551) @@ -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")
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210081657.q98GvqCo037872>