pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/bftpd net/bftpd: fix location of configuration fil...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/82c697aed4ba
branches:  trunk
changeset: 428275:82c697aed4ba
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Apr 26 14:02:28 2020 +0000

description:
net/bftpd: fix location of configuration file in manual page

diffstat:

 net/bftpd/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r d5655821a605 -r 82c697aed4ba net/bftpd/Makefile
--- a/net/bftpd/Makefile        Sun Apr 26 13:59:43 2020 +0000
+++ b/net/bftpd/Makefile        Sun Apr 26 14:02:28 2020 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.24 2020/04/22 05:00:05 nia Exp $
+# $NetBSD: Makefile,v 1.25 2020/04/26 14:02:28 rillig Exp $
 
 DISTNAME=      bftpd-5.5
+PKGREVISION=   1
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=bftpd/}
 
@@ -28,6 +29,7 @@
 SUBST_STAGE.sysconf=   post-configure
 SUBST_FILES.sysconf=   mypaths.h bftpd.8
 SUBST_SED.sysconf=     -e 's|PREFIX"/etc/|"${PKG_SYSCONFDIR}/|g'
+SUBST_SED.sysconf+=    -e 's|normally /etc/|normally ${PKG_SYSCONFDIR}/|g'
 
 INSTALLATION_DIRS=     sbin ${PKGMANDIR}/man8 share/examples/bftpd
 



Home | Main Index | Thread Index | Old Index