aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorthierry <thierry@FreeBSD.org>2006-03-16 04:01:38 +0800
committerthierry <thierry@FreeBSD.org>2006-03-16 04:01:38 +0800
commitb51dd7a86e7523bb6ea31934354db25723ecd6b6 (patch)
tree5d43f72ef9c482a31084f3daf072e7e40ea0c46c /sysutils
parent3e15f67557bef8d42eaa0686c6e91932e1d448e5 (diff)
downloadfreebsd-ports-gnome-b51dd7a86e7523bb6ea31934354db25723ecd6b6.tar.gz
freebsd-ports-gnome-b51dd7a86e7523bb6ea31934354db25723ecd6b6.tar.zst
freebsd-ports-gnome-b51dd7a86e7523bb6ea31934354db25723ecd6b6.zip
Fix installation path.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/pear-Cache/Makefile23
1 files changed, 16 insertions, 7 deletions
diff --git a/sysutils/pear-Cache/Makefile b/sysutils/pear-Cache/Makefile
index 22546f499c74..d5740ce5a19d 100644
--- a/sysutils/pear-Cache/Makefile
+++ b/sysutils/pear-Cache/Makefile
@@ -7,6 +7,7 @@
PORTNAME= Cache
PORTVERSION= 1.5.4
+PORTREVISION= 1
CATEGORIES= sysutils www pear
MAINTAINER= ports@FreeBSD.org
@@ -15,13 +16,21 @@ COMMENT= PEAR framework for caching of arbitrary data
BUILD_DEPENDS= ${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request
RUN_DEPENDS= ${BUILD_DEPENDS}
-CATEGORY= Cache
-FILES= Application.php Cache.php Container.php Container/db.php \
- Container/dbx.php Container/file.php Container/mdb.php \
- Container/mdb_cache_schema.xml Container/msession.php \
- Container/phplib.php Container/shm.php Container/trifile.php \
- Error.php Function.php Graphics.php HTTP_Request.php Output.php \
- OutputCompression.php
+FILES= Cache.php Cache/Application.php Cache/Container.php \
+ Cache/Container/db.php Cache/Container/dbx.php \
+ Cache/Container/file.php Cache/Container/mdb.php \
+ Cache/Container/mdb_cache_schema.xml \
+ Cache/Container/msession.php Cache/Container/phplib.php \
+ Cache/Container/shm.php Cache/Container/trifile.php \
+ Cache/Error.php Cache/Function.php Cache/Graphics.php \
+ Cache/HTTP_Request.php Cache/Output.php \
+ Cache/OutputCompression.php
+
+post-extract:
+ @${MKDIR} ${WRKSRC}/Cache
+ @${MV} ${WRKSRC}/Container ${WRKSRC}/Cache
+ @${MV} ${WRKSRC}/*.php ${WRKSRC}/Cache
+ @${MV} ${WRKSRC}/Cache/Cache.php ${WRKSRC}
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"