diff options
author | Rene Ladan <rene@FreeBSD.org> | 2016-02-14 19:21:31 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2016-02-14 19:21:31 +0000 |
commit | d5ce1f73bc9d396f962ccc0f312c1f1e1ac50862 (patch) | |
tree | 8ee58acab1b0a9fe8d1b1eb86093bf1a0d151f63 /ftp | |
parent | 04917a1bbdfada95e54db7f4ee3094e95c94c515 (diff) | |
download | ports-d5ce1f73bc9d396f962ccc0f312c1f1e1ac50862.tar.gz ports-d5ce1f73bc9d396f962ccc0f312c1f1e1ac50862.zip |
Notes
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/Makefile | 2 | ||||
-rw-r--r-- | ftp/php5-curl/Makefile | 10 | ||||
-rw-r--r-- | ftp/php5-ftp/Makefile | 14 |
3 files changed, 0 insertions, 26 deletions
diff --git a/ftp/Makefile b/ftp/Makefile index 75bcae58031a..413c4a9011c8 100644 --- a/ftp/Makefile +++ b/ftp/Makefile @@ -63,8 +63,6 @@ SUBDIR += pavuk SUBDIR += pear-Net_FTP SUBDIR += pftpd - SUBDIR += php5-curl - SUBDIR += php5-ftp SUBDIR += php55-curl SUBDIR += php55-ftp SUBDIR += php56-curl diff --git a/ftp/php5-curl/Makefile b/ftp/php5-curl/Makefile deleted file mode 100644 index fa55a453e5a9..000000000000 --- a/ftp/php5-curl/Makefile +++ /dev/null @@ -1,10 +0,0 @@ -# Created by: Alex Dupre <ale@FreeBSD.org> -# $FreeBSD$ - -CATEGORIES= ftp - -MASTERDIR= ${.CURDIR}/../../lang/php5 - -PKGNAMESUFFIX= -curl - -.include "${MASTERDIR}/Makefile" diff --git a/ftp/php5-ftp/Makefile b/ftp/php5-ftp/Makefile deleted file mode 100644 index 2c217429e1c2..000000000000 --- a/ftp/php5-ftp/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -# Created by: Alex Dupre <ale@FreeBSD.org> -# $FreeBSD$ - -CATEGORIES= ftp - -MASTERDIR= ${.CURDIR}/../../lang/php5 - -PKGNAMESUFFIX= -ftp - -post-patch: - @${REINPLACE_CMD} s/HAVE_OPENSSL_EXT/__FreeBSD__/ \ - ${WRKSRC}/ftp.* ${WRKSRC}/php_ftp.* - -.include "${MASTERDIR}/Makefile" |