svn commit: r310518 - head/devel/pcre
Brendan Fabeny
bf at FreeBSD.org
Wed Jan 16 19:37:21 UTC 2013
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 at 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
More information about the svn-ports-all
mailing list