pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/npmount



Module Name:    pkgsrc
Committed By:   bacon
Date:           Thu Dec 19 17:01:09 UTC 2024

Modified Files:
        pkgsrc/sysutils/npmount: Makefile PLIST distinfo

Log Message:
sysutils/npmount: Unbreak for non-standard PKGMANDIR

Add MANDIR to MAKE_ENV for upstream Makefile


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/sysutils/npmount/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/sysutils/npmount/PLIST \
    pkgsrc/sysutils/npmount/distinfo

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

Modified files:

Index: pkgsrc/sysutils/npmount/Makefile
diff -u pkgsrc/sysutils/npmount/Makefile:1.3 pkgsrc/sysutils/npmount/Makefile:1.4
--- pkgsrc/sysutils/npmount/Makefile:1.3        Mon Oct 14 15:08:32 2024
+++ pkgsrc/sysutils/npmount/Makefile    Thu Dec 19 17:01:09 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2024/10/14 15:08:32 nia Exp $
+# $NetBSD: Makefile,v 1.4 2024/12/19 17:01:09 bacon Exp $
 
 DISTNAME=      npmount-0.1.1.3
 CATEGORIES=    sysutils
@@ -20,6 +20,8 @@ SUBST_STAGE.prefix=   pre-configure
 SUBST_SED.prefix=      -e 's|/usr/local|${PREFIX}|g'
 SUBST_FILES.prefix=    npmount.c
 
+MAKE_ENV+=             MANDIR=${PREFIX}/${PKGMANDIR}
+
 SPECIAL_PERMS+=                bin/npmount ${SETUID_ROOT_PERMS}
 INSTALLATION_DIRS=     bin
 

Index: pkgsrc/sysutils/npmount/PLIST
diff -u pkgsrc/sysutils/npmount/PLIST:1.2 pkgsrc/sysutils/npmount/PLIST:1.3
--- pkgsrc/sysutils/npmount/PLIST:1.2   Sat Oct 28 20:53:25 2023
+++ pkgsrc/sysutils/npmount/PLIST       Thu Dec 19 17:01:09 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2023/10/28 20:53:25 bacon Exp $
+@comment $NetBSD: PLIST,v 1.3 2024/12/19 17:01:09 bacon Exp $
 bin/npmount
 man/man1/npmount.1
 share/examples/npmount/npmount.conf.sample
Index: pkgsrc/sysutils/npmount/distinfo
diff -u pkgsrc/sysutils/npmount/distinfo:1.2 pkgsrc/sysutils/npmount/distinfo:1.3
--- pkgsrc/sysutils/npmount/distinfo:1.2        Sat Oct 28 20:53:25 2023
+++ pkgsrc/sysutils/npmount/distinfo    Thu Dec 19 17:01:09 2024
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.2 2023/10/28 20:53:25 bacon Exp $
+$NetBSD: distinfo,v 1.3 2024/12/19 17:01:09 bacon Exp $
 
 BLAKE2s (npmount-0.1.1.3-e0c8050286b01c8b6b70a6c773457753e5a7a567.tar.gz) = a72bae078891c9004bad8432eb3fe8664f5cea247e13d8b740ae38ffdd984b33
 SHA512 (npmount-0.1.1.3-e0c8050286b01c8b6b70a6c773457753e5a7a567.tar.gz) = 
a420ac5f5cfc4427b0a22ba3a00d8576811c65df516df3dd1cc3815e92e2699efbbc6ade6af72c4f5d8cc2d455686e90fb7892af632f592137977209db1f89ab



Home | Main Index | Thread Index | Old Index