aboutsummaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
Diffstat (limited to 'databases')
-rw-r--r--databases/pear-DB_Table/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/databases/pear-DB_Table/Makefile b/databases/pear-DB_Table/Makefile
index e72e7730ead0..800a7f050f82 100644
--- a/databases/pear-DB_Table/Makefile
+++ b/databases/pear-DB_Table/Makefile
@@ -3,6 +3,7 @@
PORTNAME= DB_Table
PORTVERSION= 1.5.6
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= databases www pear
@@ -19,11 +20,6 @@ PEAR_DB_DESC= PEAR::DB support
PEAR_MDB2_DESC= PEAR::MDB2 support
PEAR_AUTOINSTALL= yes
-post-extract:
- @${MV} ${WRKSRC}/DB/* ${WRKSRC}
- @${REINPLACE_CMD} -e "s|@package_version@|${PORTVERSION}|" \
- ${WRKSRC}/Table.php
-
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MPEAR_HTML_QUICKFORM}