1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

- Strip CRLF's from Page2.php

PR:		ports/76573
Submitted by:	Dan Langille <dan@langille.org>
Approved by:	Antonio Carlos Venancio Junior <antonio@php.net> (maintainer)
This commit is contained in:
Pav Lucistnik 2005-01-24 12:41:54 +00:00
parent 1949dc0bbc
commit 5056c7534b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=127174

View File

@ -20,6 +20,11 @@ CATEGORY= HTML
FILES= Page2.php Page2/Doctypes.php Page2/Namespaces.php
EXAMPLES= Page2_NoDoctype.php Page2_Simple.php Page2_Complex.php
USE_REINPLACE= yes
post-patch:
@${REINPLACE_CMD} -e "s# ##g" ${WRKSRC}/Page2.php
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
.include <bsd.port.post.mk>