diff options
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/php53-ftp/Makefile | 9 |
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" |