pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/contao Correct assignment of macro.
details: https://anonhg.NetBSD.org/pkgsrc/rev/a883a866dce7
branches: trunk
changeset: 360125:a883a866dce7
user: taca <taca%pkgsrc.org@localhost>
date: Thu Mar 23 14:49:53 2017 +0000
description:
Correct assignment of macro.
diffstat:
www/contao/Makefile.common | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r dbbc94aa392d -r a883a866dce7 www/contao/Makefile.common
--- a/www/contao/Makefile.common Thu Mar 23 14:39:44 2017 +0000
+++ b/www/contao/Makefile.common Thu Mar 23 14:49:53 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.106 2016/07/11 14:35:15 taca Exp $
+# $NetBSD: Makefile.common,v 1.107 2017/03/23 14:49:53 taca Exp $
#
# used by www/contao35/Makefile
# used by www/contao42/Makefile
@@ -7,7 +7,7 @@
CT_VERBASE= ${CT_VERSION:C/([0-9]+)\.([0-9]+)\..*/\1.\2/}
CT_PKGVER= ${CT_VERSION:S/.RC/rc/}
-FILESDIR?= ${.CURDIR}/../../www/contao/files
+FILESDIR= ${.CURDIR}/../../www/contao/files
FILES_SUBST+= PAX=${PAX} CT_EGDIR=${CT_EGDIR:Q} CT_WEBDIR=${CT_WEBDIR:Q} \
WWWGRP=${APACHE_GROUP:Q} WWWOWN=${APACHE_USER:Q}
Home |
Main Index |
Thread Index |
Old Index