From e3803ed562efa4d684d823cd2de56f9f6fd1a61f Mon Sep 17 00:00:00 2001 From: miwi Date: Sun, 17 Mar 2013 23:29:57 +0000 Subject: - Unbreak build --- ftp/pear-Net_FTP/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'ftp/pear-Net_FTP') 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 .include "${PORTSDIR}/devel/pear/bsd.pear.mk" -- cgit