Summary: | [MAINTAINER] comms/spandsp-devel: Removed old MASTER_SITES | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | nemysis <nemysis> | ||||
Component: | Individual Port(s) | Assignee: | Alex Kozlov <ak> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
nemysis
2012-10-08 12:00:25 UTC
Responsible Changed From-To: freebsd-ports-bugs->ak I'll take it. 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") _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" State Changed From-To: open->closed Committed. Thanks! |