summaryrefslogtreecommitdiff
path: root/sysutils/pear-File_Fstab/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/pear-File_Fstab/Makefile')
-rw-r--r--sysutils/pear-File_Fstab/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/sysutils/pear-File_Fstab/Makefile b/sysutils/pear-File_Fstab/Makefile
index 785368f172fb..5b8ea0d7c640 100644
--- a/sysutils/pear-File_Fstab/Makefile
+++ b/sysutils/pear-File_Fstab/Makefile
@@ -6,23 +6,21 @@
#
PORTNAME= File_Fstab
-PORTVERSION= 2.0.2
+PORTVERSION= 2.0.3
CATEGORIES= sysutils devel pear
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= wen@FreeBSD.org
COMMENT= PEAR class to read and write fstab files
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS= ${BUILD_DEPENDS}
-CATEGORY= File
-FILES= Fstab.php Fstab/Entry.php
+#CATEGORY= File
+FILES= File/Fstab.php File/Fstab/Entry.php
EXAMPLES= example.php
_EXAMPLESDIR= .
post-extract:
- @${MKDIR} ${WRKSRC}/Fstab
- @${MV} ${WRKSRC}/Entry.php ${WRKSRC}/Fstab
.for file in ${FILES}
@${REINPLACE_CMD} -e "s|@package_version@|${PORTVERSION}|" ${WRKSRC}/${file}
.endfor