diff options
-rw-r--r-- | www/typolight-example/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/typolight-example/Makefile b/www/typolight-example/Makefile index 1e09fa5718e..0b0a24ad5f9 100644 --- a/www/typolight-example/Makefile +++ b/www/typolight-example/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2009/01/30 16:42:38 taca Exp $ +# $NetBSD: Makefile,v 1.4 2009/02/09 21:57:10 joerg Exp $ # DISTNAME= typolight-${TL_VERSION} @@ -30,6 +30,8 @@ EXTRACT_ELEMENTS+= ${DISTNAME}/${f} PKG_GROUPS_VARS+= APACHE_GROUP PKG_USERS_VARS+= APACHE_USER +INSTALLATION_DIRS+= ${TL_WEBDIR}/templates + do-install: cd ${WRKSRC}; \ pax -rw -pm ${WWW_EG_FILES} ${DESTDIR}${PREFIX}/${TL_EGDIR} |