diff options
author | taca <taca@pkgsrc.org> | 2006-06-16 08:41:12 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2006-06-16 08:41:12 +0000 |
commit | 5dbf8278269e474a7f3f6491727601e2752379a4 (patch) | |
tree | c8817406dab91f8746b23973f5bfa3f1950d33ef /www/geeklog | |
parent | 86934d8736f7e315544df607cdd89338722ae605 (diff) | |
download | pkgsrc-5dbf8278269e474a7f3f6491727601e2752379a4.tar.gz |
Oops, forgot to correct include path of Makefile.common.
Diffstat (limited to 'www/geeklog')
-rw-r--r-- | www/geeklog/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/geeklog/Makefile b/www/geeklog/Makefile index 494002b4040..68c950997b7 100644 --- a/www/geeklog/Makefile +++ b/www/geeklog/Makefile @@ -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 @@ SUBST_STAGE.conf= post-configure 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 |