db021968e3
Thanks to: mat, pi, ale, martin@waschbuesch.de and franco@opnsense.org
14 lines
228 B
Makefile
14 lines
228 B
Makefile
# $FreeBSD$
|
|
|
|
CATEGORIES= ftp
|
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/php71
|
|
|
|
PKGNAMESUFFIX= -ftp
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} s/HAVE_OPENSSL_EXT/__FreeBSD__/ \
|
|
${WRKSRC}/ftp.* ${WRKSRC}/php_ftp.*
|
|
|
|
.include "${MASTERDIR}/Makefile"
|