pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/typolight-example Fix DESTDIR installation.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/25ee176afdde
branches:  trunk
changeset: 554158:25ee176afdde
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon Feb 09 21:57:10 2009 +0000

description:
Fix DESTDIR installation.

diffstat:

 www/typolight-example/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 8259f9083900 -r 25ee176afdde www/typolight-example/Makefile
--- a/www/typolight-example/Makefile    Mon Feb 09 21:55:23 2009 +0000
+++ b/www/typolight-example/Makefile    Mon Feb 09 21:57:10 2009 +0000
@@ -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 @@
 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}



Home | Main Index | Thread Index | Old Index