summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2013-03-20 15:12:02 +0000
committerWen Heping <wen@FreeBSD.org>2013-03-20 15:12:02 +0000
commit52102289e660a39644baa1d3a22a3d81c6bacc90 (patch)
tree1c44462d0450a6cfaf138059317da475139d3302 /sysutils
parentUpdate from 1.0.0 to 1.1.1. (diff)
- Convert to PEAR_AUTOINSTALL
- Trim Makefile headers - Pass maintainership to miwi@
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/pear-File_Fstab/Makefile17
1 files changed, 5 insertions, 12 deletions
diff --git a/sysutils/pear-File_Fstab/Makefile b/sysutils/pear-File_Fstab/Makefile
index 8cd854846715..fcd3465472f0 100644
--- a/sysutils/pear-File_Fstab/Makefile
+++ b/sysutils/pear-File_Fstab/Makefile
@@ -1,26 +1,19 @@
-# Ports collection makefile for: pear-File_Fstab
-# Date created: 09 March 2005
-# Whom: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
-#
+# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
# $FreeBSD$
-#
PORTNAME= File_Fstab
PORTVERSION= 2.0.3
CATEGORIES= sysutils devel pear
-MAINTAINER= wen@FreeBSD.org
+MAINTAINER= miwi@FreeBSD.org
COMMENT= PEAR class to read and write fstab files
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
-RUN_DEPENDS:= ${BUILD_DEPENDS}
+RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
-PEAR_CATSRC= yes
+#PEAR_CATSRC= yes
-CATEGORY= File
-FILES= Fstab.php Fstab/Entry.php
-EXAMPLES= example.php
-_EXAMPLESDIR= .
+PEAR_AUTOINSTALL= yes
post-extract:
.for file in ${FILES}