pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/bftpd



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun Apr 26 14:02:28 UTC 2020

Modified Files:
        pkgsrc/net/bftpd: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/net/bftpd/Makefile

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

Modified files:

Index: pkgsrc/net/bftpd/Makefile
diff -u pkgsrc/net/bftpd/Makefile:1.24 pkgsrc/net/bftpd/Makefile:1.25
--- pkgsrc/net/bftpd/Makefile:1.24      Wed Apr 22 05:00:05 2020
+++ pkgsrc/net/bftpd/Makefile   Sun Apr 26 14:02:28 2020
@@ -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_CLASSES+=               sysconf
 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