diff options
Diffstat (limited to 'ftp/pear-Net_FTP/Makefile')
-rw-r--r-- | ftp/pear-Net_FTP/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/ftp/pear-Net_FTP/Makefile b/ftp/pear-Net_FTP/Makefile index 36893e7c4184..cbdba04dd8d2 100644 --- a/ftp/pear-Net_FTP/Makefile +++ b/ftp/pear-Net_FTP/Makefile @@ -3,6 +3,7 @@ PORTNAME= Net_FTP PORTVERSION= 1.3.7 +PORTREVISION= yes CATEGORIES= ftp www pear MAINTAINER= miwi@FreeBSD.org @@ -12,10 +13,7 @@ BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear USE_PHP= ftp -PEAR_AUTOINSTALL= ye - -post-extract: - @${MV} ${WRKSRC}/Net/* ${WRKSRC} +PEAR_AUTOINSTALL= yes .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/pear/bsd.pear.mk" |