diff options
Diffstat (limited to 'www/templatelite/Makefile')
-rw-r--r-- | www/templatelite/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/templatelite/Makefile b/www/templatelite/Makefile index 14da7d51a98e..0737371a53a6 100644 --- a/www/templatelite/Makefile +++ b/www/templatelite/Makefile @@ -6,7 +6,7 @@ # PORTNAME= templatelite -PORTVERSION= 1.90 +PORTVERSION= 2.10 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -18,7 +18,7 @@ COMMENT= A smaller, faster alternative to the Smarty template engine NO_BUILD= yes USE_PHP= pcre WANT_PHP_WEB= yes -NO_WRKSUBDIR= yes +WRKSRC= ${WRKDIR}/template_lite SUB_FILES= pkg-message do-install: @@ -26,7 +26,7 @@ do-install: @cd ${WRKSRC}/src && ${FIND} * | ${TAR} cTf - - | ${TAR} xUCf ${DATADIR} - .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} - @cd ${WRKSRC}/docs && ${FIND} * -type f -exec ${INSTALL_DATA} {} ${DOCSDIR} \; + @cd ${WRKSRC}/docs && ${FIND} * | ${TAR} cTf - - | ${TAR} xUCf ${DOCSDIR} - .endif post-install: |