diff options
author | joerg <joerg> | 2009-02-09 21:57:10 +0000 |
---|---|---|
committer | joerg <joerg> | 2009-02-09 21:57:10 +0000 |
commit | 124ec3c6a06916c1d94bcc43b55da9242d82db45 (patch) | |
tree | 945f9459360fde544c5a99506beef30115251e32 /www | |
parent | b81440017b26caa4c375e0545f03de3ba63c7018 (diff) | |
download | pkgsrc-124ec3c6a06916c1d94bcc43b55da9242d82db45.tar.gz |
Fix DESTDIR installation.
Diffstat (limited to 'www')
-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} |