svn commit: r305551 - head/comms/spandsp-devel

Alex Kozlov ak at FreeBSD.org
Mon Oct 8 16:57:52 UTC 2012


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 at 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")



More information about the svn-ports-all mailing list