ports/ftp/php73-ftp/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

13 lines
237 B
Makefile

CATEGORIES= ftp
MASTERDIR= ${.CURDIR}/../../lang/php73
PKGNAMESUFFIX= -ftp
TEST_TARGET= test
post-patch:
@${REINPLACE_CMD} s/HAVE_OPENSSL_EXT/__FreeBSD__/ \
${WRKSRC}/ftp.* ${WRKSRC}/php_ftp.*
.include "${MASTERDIR}/Makefile"