aboutsummaryrefslogtreecommitdiff
path: root/sysutils/pear-Cache
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2006-03-15 20:01:38 +0000
committerThierry Thomas <thierry@FreeBSD.org>2006-03-15 20:01:38 +0000
commitfa09c3bb04a083113d1a52952cc39b355cc997c2 (patch)
treed9ce6427e7600b5c18ed5505f96ab49c1b9c8305 /sysutils/pear-Cache
parenteb394299558b9b670a1e7d93c66093edfda5da28 (diff)
downloadports-fa09c3bb04a083113d1a52952cc39b355cc997c2.tar.gz
ports-fa09c3bb04a083113d1a52952cc39b355cc997c2.zip
Fix installation path.
Notes
Notes: svn path=/head/; revision=157324
Diffstat (limited to 'sysutils/pear-Cache')
-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"