Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/viewvc www/viewvc: remove no-op file from SUBST_FILES



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b666365d9967
branches:  trunk
changeset: 431157:b666365d9967
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat May 09 19:56:08 2020 +0000

description:
www/viewvc: remove no-op file from SUBST_FILES

diffstat:

 www/viewvc/Makefile |  9 ++-------
 1 files changed, 2 insertions(+), 7 deletions(-)

diffs (23 lines):

diff -r 64b4f77447d6 -r b666365d9967 www/viewvc/Makefile
--- a/www/viewvc/Makefile       Sat May 09 19:55:10 2020 +0000
+++ b/www/viewvc/Makefile       Sat May 09 19:56:08 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2020/03/17 22:14:15 wiz Exp $
+# $NetBSD: Makefile,v 1.37 2020/05/09 19:56:08 rillig Exp $
 
 DISTNAME=      viewvc-1.2.0
 CATEGORIES=    devel www
@@ -35,12 +35,7 @@
 SUBST_STAGE.conf=      pre-configure
 SUBST_MESSAGE.conf=    Fixing configuration files.
 SUBST_FILES.conf=      conf/viewvc.conf.dist
-SUBST_FILES.conf+=     conf/cvsgraph.conf.dist
-SUBST_VARS.conf=       VIEWVCDIR
-SUBST_VARS.conf+=      PREFIX
-SUBST_VARS.conf+=      PHP_OPT
-SUBST_VARS.conf+=      CVSGRAPH_OPT
-
+SUBST_VARS.conf=       VIEWVCDIR PREFIX PHP_OPT CVSGRAPH_OPT
 .if defined(RCS_PKG) && ${RCS_PKG} == "YES"
 SUBST_SED.conf+=       -e "s|@RCS_PREFIX@|${PREFIX}|g"
 .else



Home | Main Index | Thread Index | Old Index