pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/contao
Module Name: pkgsrc
Committed By: taca
Date: Thu Mar 23 14:49:53 UTC 2017
Modified Files:
pkgsrc/www/contao: Makefile.common
Log Message:
Correct assignment of macro.
To generate a diff of this commit:
cvs rdiff -u -r1.106 -r1.107 pkgsrc/www/contao/Makefile.common
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/contao/Makefile.common
diff -u pkgsrc/www/contao/Makefile.common:1.106 pkgsrc/www/contao/Makefile.common:1.107
--- pkgsrc/www/contao/Makefile.common:1.106 Mon Jul 11 14:35:15 2016
+++ pkgsrc/www/contao/Makefile.common Thu Mar 23 14:49:53 2017
@@ -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_VER= ${CT_VERSION:C/([0-9]+)\.([0-9]
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