pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/basic-stats
Module Name: pkgsrc
Committed By: bacon
Date: Tue Dec 17 23:22:08 UTC 2024
Modified Files:
pkgsrc/math/basic-stats: Makefile PLIST distinfo
Log Message:
math/basic-stats: Fix non-default PKGMANDIR
Add MANDIR to MAKE_ENV
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/math/basic-stats/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/math/basic-stats/PLIST \
pkgsrc/math/basic-stats/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/math/basic-stats/Makefile
diff -u pkgsrc/math/basic-stats/Makefile:1.3 pkgsrc/math/basic-stats/Makefile:1.4
--- pkgsrc/math/basic-stats/Makefile:1.3 Sat Oct 28 20:50:39 2023
+++ pkgsrc/math/basic-stats/Makefile Tue Dec 17 23:22:08 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2023/10/28 20:50:39 bacon Exp $
+# $NetBSD: Makefile,v 1.4 2024/12/17 23:22:08 bacon Exp $
DISTNAME= basic-stats-0.1.2.8
CATEGORIES= math
@@ -12,6 +12,8 @@ LICENSE= 2-clause-bsd
INSTALL_TARGET= install-strip
+MAKE_ENV+= MANDIR=${PREFIX}/${PKGMANDIR}
+
pre-build:
cd ${WRKSRC} && ${MAKE} LOCALBASE=${LOCALBASE} depend
Index: pkgsrc/math/basic-stats/PLIST
diff -u pkgsrc/math/basic-stats/PLIST:1.2 pkgsrc/math/basic-stats/PLIST:1.3
--- pkgsrc/math/basic-stats/PLIST:1.2 Sat Oct 28 20:50:39 2023
+++ pkgsrc/math/basic-stats/PLIST Tue Dec 17 23:22:08 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2023/10/28 20:50:39 bacon Exp $
+@comment $NetBSD: PLIST,v 1.3 2024/12/17 23:22:08 bacon Exp $
bin/basic-stats
include/basic-stats-protos.h
include/basic-stats.h
Index: pkgsrc/math/basic-stats/distinfo
diff -u pkgsrc/math/basic-stats/distinfo:1.2 pkgsrc/math/basic-stats/distinfo:1.3
--- pkgsrc/math/basic-stats/distinfo:1.2 Sat Oct 28 20:50:39 2023
+++ pkgsrc/math/basic-stats/distinfo Tue Dec 17 23:22:08 2024
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.2 2023/10/28 20:50:39 bacon Exp $
+$NetBSD: distinfo,v 1.3 2024/12/17 23:22:08 bacon Exp $
BLAKE2s (basic-stats-0.1.2.8-338a259d9fb411f7217f5e3348c2c1bbef834f47.tar.gz) = 7456b9a145ed1e704c86499a1095a06be174ea14ced26dd3a0a00ceed6c6c8c6
SHA512 (basic-stats-0.1.2.8-338a259d9fb411f7217f5e3348c2c1bbef834f47.tar.gz) =
1eca5c0c45fa262abc94edc69e075ad8ea261663c97558d62a72f205d405550fd61a196661b30ad99f2d08e76b8328bfbf05c304d7dd804bf8a93381468bfb6c
Home |
Main Index |
Thread Index |
Old Index