pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/geeklog Oops, forgot to correct include path of Ma...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/59f40ef1a8d6
branches:  trunk
changeset: 514663:59f40ef1a8d6
user:      taca <taca%pkgsrc.org@localhost>
date:      Fri Jun 16 08:41:12 2006 +0000

description:
Oops, forgot to correct include path of Makefile.common.

diffstat:

 www/geeklog/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 97a1dc09b51b -r 59f40ef1a8d6 www/geeklog/Makefile
--- a/www/geeklog/Makefile      Fri Jun 16 07:19:39 2006 +0000
+++ b/www/geeklog/Makefile      Fri Jun 16 08:41:12 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2006/06/15 13:26:42 taca Exp $
+# $NetBSD: Makefile,v 1.2 2006/06/16 08:41:12 taca Exp $
 #
 
 DISTNAME=      geeklog-${VER}
@@ -70,7 +70,7 @@
 INSTALLATION_DIRS=     ${GEEKLOG_BASE} ${GEEKLOG_PUB} ${GEEKLOG_TMPL}/images \
                        share/examples/geeklog
 
-.include "../../WORK/geeklog/Makefile.common"
+.include "../../www/geeklog/Makefile.common"
 
 APACHE_GROUP?=         www
 PKG_SYSCONFSUBDIR?=    geeklog



Home | Main Index | Thread Index | Old Index