pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/viewvc



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sat May  9 19:56:08 UTC 2020

Modified Files:
        pkgsrc/www/viewvc: Makefile

Log Message:
www/viewvc: remove no-op file from SUBST_FILES


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/www/viewvc/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/viewvc/Makefile
diff -u pkgsrc/www/viewvc/Makefile:1.36 pkgsrc/www/viewvc/Makefile:1.37
--- pkgsrc/www/viewvc/Makefile:1.36     Tue Mar 17 22:14:15 2020
+++ pkgsrc/www/viewvc/Makefile  Sat May  9 19:56:08 2020
@@ -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_CLASSES+=              conf
 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