diff options
author | Wen Heping <wen@FreeBSD.org> | 2010-10-08 00:55:39 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2010-10-08 00:55:39 +0000 |
commit | d52862c14720432d5fd8bb4c996756fe216f6b86 (patch) | |
tree | 28850a19f2dbb3e2ff2fb9f48122c1093886063e /sysutils/pear-File_Fstab/Makefile | |
parent | - Fix the plist, the imtemplate build is disabled (diff) |
- Update to 2.0.3
- Take maintainership
Diffstat (limited to 'sysutils/pear-File_Fstab/Makefile')
-rw-r--r-- | sysutils/pear-File_Fstab/Makefile | 10 |
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 |