Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/burp sysutils/burp: fix path to configuration...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/667f12fa5ed7
branches:  trunk
changeset: 431159:667f12fa5ed7
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat May 09 20:03:39 2020 +0000

description:
sysutils/burp: fix path to configuration files

diffstat:

 sysutils/burp/Makefile |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (24 lines):

diff -r b1cbb803c72b -r 667f12fa5ed7 sysutils/burp/Makefile
--- a/sysutils/burp/Makefile    Sat May 09 20:02:24 2020 +0000
+++ b/sysutils/burp/Makefile    Sat May 09 20:03:39 2020 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2020/01/18 21:50:52 jperkin Exp $
+# $NetBSD: Makefile,v 1.8 2020/05/09 20:03:39 rillig Exp $
 
 DISTNAME=      burp-1.4.40
-PKGREVISION=   3
+PKGREVISION=   4
 CATEGORIES=    sysutils archivers
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=burp/}
 EXTRACT_SUFX=  .tar.bz2
@@ -22,8 +22,8 @@
 SUBST_FILES.dirs=      configs/server/burp.conf \
                        configs/server/summary_script \
                        configs/client/burp.conf \
-                       configs/CA/CA.cnf \
-                       configs/CA/burp_ca \
+                       configs/certs/CA/CA.cnf \
+                       configs/certs/CA/burp_ca \
                        manpages/*.8
 SUBST_SED.dirs=                -e 's,@LIBEXECDIR@,${PREFIX}/libexec/burp,' \
                        -e 's,@PKG_SYSCONFDIR@,${PKG_SYSCONFDIR},' \



Home | Main Index | Thread Index | Old Index