diff options
author | Florian Smeets <flo@FreeBSD.org> | 2013-11-01 23:49:56 +0000 |
---|---|---|
committer | Florian Smeets <flo@FreeBSD.org> | 2013-11-01 23:49:56 +0000 |
commit | f231f045727a3e52f179497a7ca3673e48993659 (patch) | |
tree | 41446c5fce16b3df26a3721bb21ae700e65dd068 /ftp | |
parent | c23a257c5eabf74a88a39e76b5c25dff00127baf (diff) | |
download | ports-f231f045727a3e52f179497a7ca3673e48993659.tar.gz ports-f231f045727a3e52f179497a7ca3673e48993659.zip |
Notes
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/php53-curl/Makefile | 1 | ||||
-rw-r--r-- | ftp/php53-ftp/Makefile | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/ftp/php53-curl/Makefile b/ftp/php53-curl/Makefile index 6128cf04ba8c..d8cbe3473eed 100644 --- a/ftp/php53-curl/Makefile +++ b/ftp/php53-curl/Makefile @@ -7,5 +7,4 @@ MASTERDIR= ${.CURDIR}/../../lang/php53 PKGNAMESUFFIX= -curl -NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/ftp/php53-ftp/Makefile b/ftp/php53-ftp/Makefile index 0c4fac8621d2..aead40c91572 100644 --- a/ftp/php53-ftp/Makefile +++ b/ftp/php53-ftp/Makefile @@ -6,7 +6,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php53 PKGNAMESUFFIX= -ftp -NO_STAGE= yes post-patch: @${REINPLACE_CMD} s/HAVE_OPENSSL_EXT/__FreeBSD__/ \ ${WRKSRC}/ftp.* ${WRKSRC}/php_ftp.* |