aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2013-05-13 17:51:12 +0800
committermiwi <miwi@FreeBSD.org>2013-05-13 17:51:12 +0800
commit0cd2581352909a9f6108eb0223c2baef3aa3f01a (patch)
treef30415ba55c92ee3cf0f60577814ce2bd7b52104 /devel
parent1faface2ef884eb0fb329f9233ef20ddd07dbbe8 (diff)
downloadfreebsd-ports-gnome-0cd2581352909a9f6108eb0223c2baef3aa3f01a.tar.gz
freebsd-ports-gnome-0cd2581352909a9f6108eb0223c2baef3aa3f01a.tar.zst
freebsd-ports-gnome-0cd2581352909a9f6108eb0223c2baef3aa3f01a.zip
- Trim header
- Convert to PEAR_AUTOINSTALL
Diffstat (limited to 'devel')
-rw-r--r--devel/pear-VFS/Makefile23
1 files changed, 4 insertions, 19 deletions
diff --git a/devel/pear-VFS/Makefile b/devel/pear-VFS/Makefile
index 3d0f3aa76297..c923fe2907c0 100644
--- a/devel/pear-VFS/Makefile
+++ b/devel/pear-VFS/Makefile
@@ -1,9 +1,5 @@
-# Ports collection makefile for: pear-VFS
-# Date created: 04 April 2004
-# Whom: Thierry Thomas (<thierry@FreeBSD.org>)
-#
+# Created by: Thierry Thomas (<thierry@FreeBSD.org>)
# $FreeBSD$
-#
PORTNAME= VFS
PORTVERSION= 0.3.0
@@ -14,22 +10,11 @@ COMMENT= PEAR Virtual File System API
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
${PEARDIR}/Log/null.php:${PORTSDIR}/sysutils/pear-Log
-RUN_DEPENDS:= ${BUILD_DEPENDS}
+RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
+ ${PEARDIR}/Log/null.php:${PORTSDIR}/sysutils/pear-Log
USE_PHP= gettext
-
-FILES= VFS.php VFS/Browser.php VFS/GC.php VFS/ListItem.php \
- VFS/Object.php VFS/file.php VFS/ftp.php VFS/horde.php \
- VFS/kolab.php \
- VFS/musql.php VFS/sql.php VFS/sql_file.php VFS/smb.php \
- VFS/ssh2.php
-DATA= muvfs.sql vfs.oci8.sql vfs.pgsql.sql vfs.sql
-_DATADIR= data/VFS
-SCRIPTFILES= vfs.php
-
-post-patch:
- @${MV} ${WRKSRC}/scripts/VFS/vfs.php ${WRKSRC}/pear-vfs.php
- @${MV} ${WRKSRC}/lib/* ${WRKSRC}
+PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"