Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Jan 2013 19:37:20 +0000 (UTC)
From:      Brendan Fabeny <bf@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r310518 - head/devel/pcre
Message-ID:  <201301161937.r0GJbKiG032454@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bf
Date: Wed Jan 16 19:37:20 2013
New Revision: 310518
URL: http://svnweb.freebsd.org/changeset/ports/310518

Log:
  Add Sourceforge mirrors [1]; remove NOPORTDOCS; trim Makefile header
  
  PR:		174426 [1]
  Submitted by:	4721@hushmail.com [1]

Modified:
  head/devel/pcre/Makefile

Modified: head/devel/pcre/Makefile
==============================================================================
--- head/devel/pcre/Makefile	Wed Jan 16 19:36:26 2013	(r310517)
+++ head/devel/pcre/Makefile	Wed Jan 16 19:37:20 2013	(r310518)
@@ -1,14 +1,11 @@
-# New ports collection makefile for:	pcre
-# Date created:				08 July 1998
-# Whom:					dom
-#
+# Created by: dom
 # $FreeBSD$
-#
 
 PORTNAME=	pcre
 PORTVERSION=	8.32
 CATEGORIES=	devel
-MASTER_SITES=	ftp://ftp.csx.cam.ac.uk/pub/software/programming/%SUBDIR%/ \
+MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} \
+		ftp://ftp.csx.cam.ac.uk/pub/software/programming/%SUBDIR%/ \
 		ftp://ftp.fu-berlin.de/unix/misc/%SUBDIR%/ \
 		ftp://ftp.tin.org/pub/libs/%SUBDIR%/
 MASTER_SITE_SUBDIR=${PORTNAME}
@@ -158,7 +155,7 @@ MLINKS+=	pcre_assign_jit_stack.3 pcre16_
 		pcre_version.3 pcre16_version.3 \
 		pcre_version.3 pcre32_version.3
 post-patch:
-.if defined(NOPORTDOCS)
+.if !${PORT_OPTIONS:MDOCS}
 	@${REINPLACE_CMD} -E -e '/^install-data-am/,/^$$/ s,install-(dist_doc|dist_html|html)DATA,,g' \
 		${WRKSRC}/Makefile.in
 .endif



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301161937.r0GJbKiG032454>