pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/attr



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Jan 24 20:25:45 UTC 2024

Modified Files:
        pkgsrc/sysutils/attr: Makefile

Log Message:
attr: add --sysconfdir


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/sysutils/attr/Makefile

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

Modified files:

Index: pkgsrc/sysutils/attr/Makefile
diff -u pkgsrc/sysutils/attr/Makefile:1.12 pkgsrc/sysutils/attr/Makefile:1.13
--- pkgsrc/sysutils/attr/Makefile:1.12  Sun Jan 14 08:52:30 2024
+++ pkgsrc/sysutils/attr/Makefile       Wed Jan 24 20:25:45 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2024/01/14 08:52:30 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2024/01/24 20:25:45 wiz Exp $
 
 DISTNAME=      attr-2.5.2
 CATEGORIES=    sysutils
@@ -23,6 +23,8 @@ REPLACE_PERL+=                test/run
 PKGCONFIG_OVERRIDE+=   libattr.pc.in
 INSTALLATION_DIRS+=    share/examples/attr
 
+CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFDIR}
+
 CONF_FILES+=   share/examples/attr/xattr.conf ${PKG_SYSCONFDIR}/xattr.conf
 
 post-install:



Home | Main Index | Thread Index | Old Index