pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/bugzilla



Module Name:    pkgsrc
Committed By:   rillig
Date:           Fri May 22 05:14:28 UTC 2020

Modified Files:
        pkgsrc/devel/bugzilla: Makefile

Log Message:
devel/bugzilla: remove no-op file from SUBST_FILES


To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 pkgsrc/devel/bugzilla/Makefile

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

Modified files:

Index: pkgsrc/devel/bugzilla/Makefile
diff -u pkgsrc/devel/bugzilla/Makefile:1.54 pkgsrc/devel/bugzilla/Makefile:1.55
--- pkgsrc/devel/bugzilla/Makefile:1.54 Sat May 16 11:31:34 2020
+++ pkgsrc/devel/bugzilla/Makefile      Fri May 22 05:14:28 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.54 2020/05/16 11:31:34 rillig Exp $
+# $NetBSD: Makefile,v 1.55 2020/05/22 05:14:28 rillig Exp $
 
 DISTNAME=      bugzilla-5.0.3
 PKGREVISION=   4
@@ -94,7 +94,7 @@ REPLACE_PERL+=                *.pl *.cgi docs/makedocs
 SUBST_CLASSES+=                conf
 SUBST_STAGE.conf=      pre-install
 SUBST_MESSAGE.conf=    Fixing configuration files.
-SUBST_FILES.conf=      bugzilla.conf localconfig Bugzilla/BugMail.pm
+SUBST_FILES.conf=      bugzilla.conf localconfig
 SUBST_VARS.conf=       BZ_WEB_GROUP
 SUBST_VARS.conf+=      PREFIX
 SUBST_VARS.conf+=      BZDIR



Home | Main Index | Thread Index | Old Index