mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
15 lines
271 B
Makefile
15 lines
271 B
Makefile
# Created by: Alex Dupre <ale@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
CATEGORIES= ftp
|
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/php55
|
|
|
|
PKGNAMESUFFIX= -ftp
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} s/HAVE_OPENSSL_EXT/__FreeBSD__/ \
|
|
${WRKSRC}/ftp.* ${WRKSRC}/php_ftp.*
|
|
|
|
.include "${MASTERDIR}/Makefile"
|