aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/php53-ftp
diff options
context:
space:
mode:
authorflo <flo@FreeBSD.org>2013-05-10 23:48:16 +0800
committerflo <flo@FreeBSD.org>2013-05-10 23:48:16 +0800
commit6fb053286bc41f9ab255404256145bd78087b0f2 (patch)
tree0b7289dc8533387a816ad145d76464346bcfe1e1 /ftp/php53-ftp
parent32a3fae6418cca10613e1826e185870fe5bc75d7 (diff)
downloadfreebsd-ports-gnome-6fb053286bc41f9ab255404256145bd78087b0f2.tar.gz
freebsd-ports-gnome-6fb053286bc41f9ab255404256145bd78087b0f2.tar.zst
freebsd-ports-gnome-6fb053286bc41f9ab255404256145bd78087b0f2.zip
Merge r317659 by ale from ftp/php5-ftp:
Make ssl support deterministic. Requested by: Mark Felder <feld@feld.me> Tested by: Mark Felder <feld@feld.me>
Diffstat (limited to 'ftp/php53-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"