aboutsummaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorFlorian Smeets <flo@FreeBSD.org>2013-05-10 15:48:16 +0000
committerFlorian Smeets <flo@FreeBSD.org>2013-05-10 15:48:16 +0000
commit13132d3c303e8f59af7b8fabade30f874c43d9b0 (patch)
tree0b7289dc8533387a816ad145d76464346bcfe1e1 /ftp
parent260e0522cd98072cd34f6268c36f3a55b8805f3d (diff)
Notes
Diffstat (limited to 'ftp')
-rw-r--r--ftp/php53-ftp/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/ftp/php53-ftp/Makefile b/ftp/php53-ftp/Makefile
index c3e8d1d0595a..aead40c91572 100644
--- a/ftp/php53-ftp/Makefile
+++ b/ftp/php53-ftp/Makefile
@@ -1,9 +1,4 @@
-# New ports collection makefile for: php53-ftp
-# Date created: 12 Apr 2012
-# Whom: Florian Smeets <flo@FreeBSD.org>
-#
# $FreeBSD$
-#
CATEGORIES= ftp
@@ -11,4 +6,8 @@ MASTERDIR= ${.CURDIR}/../../lang/php53
PKGNAMESUFFIX= -ftp
+post-patch:
+ @${REINPLACE_CMD} s/HAVE_OPENSSL_EXT/__FreeBSD__/ \
+ ${WRKSRC}/ftp.* ${WRKSRC}/php_ftp.*
+
.include "${MASTERDIR}/Makefile"