summaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2013-03-17 23:29:57 +0000
committerMartin Wilke <miwi@FreeBSD.org>2013-03-17 23:29:57 +0000
commit285b0b41c29f9742e066190265d7075db3975628 (patch)
tree24ee5adce7803d776ec408949059a38bb188f184 /ftp
parent- Fix dependency on updated gimp-2.8 (diff)
- Unbreak build
Notes
Notes: svn path=/head/; revision=314503
Diffstat (limited to 'ftp')
-rw-r--r--ftp/pear-Net_FTP/Makefile6
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"