pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/tarsnap Support PKG_SYSCONFDIR. Bump PKGREVIS...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a1aa7b121965
branches:  trunk
changeset: 426828:a1aa7b121965
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Mon Apr 06 20:40:28 2020 +0000

description:
Support PKG_SYSCONFDIR. Bump PKGREVISION.

diffstat:

 sysutils/tarsnap/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r 48c9b020e3f8 -r a1aa7b121965 sysutils/tarsnap/Makefile
--- a/sysutils/tarsnap/Makefile Mon Apr 06 20:24:51 2020 +0000
+++ b/sysutils/tarsnap/Makefile Mon Apr 06 20:40:28 2020 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.16 2020/01/18 21:50:59 jperkin Exp $
+# $NetBSD: Makefile,v 1.17 2020/04/06 20:40:28 schmonz Exp $
 
 DISTNAME=      tarsnap-autoconf-1.0.39
 PKGNAME=       ${DISTNAME:S/-autoconf//}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    sysutils archivers security
 MASTER_SITES=  https://www.tarsnap.com/download/
 EXTRACT_SUFX=  .tgz
@@ -13,6 +13,7 @@
 LICENSE=       tarsnap-license
 
 GNU_CONFIGURE=         yes
+CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFDIR}
 INSTALL_MAKE_FLAGS=    sysconfdir=${PREFIX}/share/examples/tarsnap
 
 CONF_FILES=    ${PREFIX}/share/examples/tarsnap/tarsnap.conf.sample ${PKG_SYSCONFDIR}/tarsnap.conf



Home | Main Index | Thread Index | Old Index