diff options
author | Alex Dupre <ale@FreeBSD.org> | 2013-05-08 12:49:39 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2013-05-08 12:49:39 +0000 |
commit | 936c1d246b0c1e6ab95f9baca88e7d2b0d6a32dd (patch) | |
tree | dda36a2869cfc1cda5bd8f6633e26d8bc617cc6d /ftp/php5-ftp | |
parent | 9aa569ebca7363080987ea08b21cff581dfa7851 (diff) | |
download | ports-936c1d246b0c1e6ab95f9baca88e7d2b0d6a32dd.tar.gz ports-936c1d246b0c1e6ab95f9baca88e7d2b0d6a32dd.zip |
Notes
Diffstat (limited to 'ftp/php5-ftp')
-rw-r--r-- | ftp/php5-ftp/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ftp/php5-ftp/Makefile b/ftp/php5-ftp/Makefile index 341b2f4a47bf..576ff6e76761 100644 --- a/ftp/php5-ftp/Makefile +++ b/ftp/php5-ftp/Makefile @@ -11,4 +11,8 @@ MASTERDIR= ${.CURDIR}/../../lang/php5 PKGNAMESUFFIX= -ftp +post-patch: + @${REINPLACE_CMD} s/HAVE_OPENSSL_EXT/__FreeBSD__/ \ + ${WRKSRC}/ftp.* ${WRKSRC}/php_ftp.* + .include "${MASTERDIR}/Makefile" |