pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/xyconvert
Module Name: pkgsrc
Committed By: jperkin
Date: Sun Aug 30 18:21:59 UTC 2026
Modified Files:
pkgsrc/math/xyconvert: Makefile
Log Message:
xyconvert: Fix path to distinfo / patches.
To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 pkgsrc/math/xyconvert/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/math/xyconvert/Makefile
diff -u pkgsrc/math/xyconvert/Makefile:1.41 pkgsrc/math/xyconvert/Makefile:1.42
--- pkgsrc/math/xyconvert/Makefile:1.41 Thu Jun 11 07:17:22 2026
+++ pkgsrc/math/xyconvert/Makefile Sun Aug 30 18:21:59 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2026/06/11 07:17:22 wiz Exp $
+# $NetBSD: Makefile,v 1.42 2026/08/30 18:21:59 jperkin Exp $
.include "../../math/xylib/Makefile.common"
@@ -7,8 +7,8 @@ PKGREVISION= 23
COMMENT= Converter for x-y (powder diffraction) data files
BUILD_TARGET= gui/xyconvert
-DISTINFO_FILE= ../../math/xylib/distinfo
-PATCHDIR= ../../math/xylib/patches
+DISTINFO_FILE= ${.CURDIR}/../../math/xylib/distinfo
+PATCHDIR= ${.CURDIR}/../../math/xylib/patches
USE_LANGUAGES+= c++11
Home |
Main Index |
Thread Index |
Old Index