diff options
author | pat <pat@FreeBSD.org> | 2002-08-10 16:01:10 +0000 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-08-10 16:01:10 +0000 |
commit | 259fc95ad4a7591f66615dff226c930bd0f41bf4 (patch) | |
tree | c2860323bd633ef90b3b4a7efc6f590180b658a4 /www/smarty/Makefile | |
parent | 8a6d81a639bdfdaad3dba8897d5be4f1a56ca95b (diff) | |
download | FreeBSD-ports-259fc95ad4a7591f66615dff226c930bd0f41bf4.zip FreeBSD-ports-259fc95ad4a7591f66615dff226c930bd0f41bf4.tar.gz |
Update to 2.3.0
PR: ports/41518
Submitted by: maintainer
Diffstat (limited to 'www/smarty/Makefile')
-rw-r--r-- | www/smarty/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/www/smarty/Makefile b/www/smarty/Makefile index d67a328..5f6c6b7 100644 --- a/www/smarty/Makefile +++ b/www/smarty/Makefile @@ -6,7 +6,7 @@ # PORTNAME= smarty -PORTVERSION= 2.2.0 +PORTVERSION= 2.3.0 CATEGORIES= www MASTER_SITES= http://smarty.php.net/distributions/ \ http://smarty.php.net/distributions/manual/en/:manual @@ -28,6 +28,8 @@ MSG_SRC=${FILESDIR}/pkg-message MSG_SUB= DATADIR=${DATADIR} LOCALBASE=${LOCALBASE} +CPIO?= /usr/bin/cpio + do-install: @${MKDIR} ${DATADIR} .for f in Config_File.class.php Smarty.class.php Smarty_Compiler.class.php debug.tpl @@ -41,7 +43,7 @@ do-install: @${INSTALL_DATA} ${WRKSRC}/$f ${DOCSDIR} .endfor @${MKDIR} ${DOCSDIR}/manual - @${INSTALL_DATA} ${WRKDIR}/manual/* ${DOCSDIR}/manual + @cd ${WRKDIR}/manual && ${FIND} . | ${CPIO} --quiet -dumpR ${SHAREOWN}:${SHAREGRP} ${DOCSDIR}/manual @${MKDIR} ${EXAMPLESDIR} @${INSTALL_DATA} ${WRKSRC}/index.php ${EXAMPLESDIR} .for f in configs templates templates_c cache |