Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/math/libixion libixion: use .CURDIR
details: https://anonhg.NetBSD.org/pkgsrc/rev/5ff4c7a3c157
branches: trunk
changeset: 432098:5ff4c7a3c157
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon May 18 19:21:12 2020 +0000
description:
libixion: use .CURDIR
distinfo and patches paths must be absolute
diffstat:
math/libixion/Makefile.common | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r b129cc89bbb3 -r 5ff4c7a3c157 math/libixion/Makefile.common
--- a/math/libixion/Makefile.common Mon May 18 19:15:38 2020 +0000
+++ b/math/libixion/Makefile.common Mon May 18 19:21:12 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.2 2020/02/05 13:46:13 ryoon Exp $
+# $NetBSD: Makefile.common,v 1.3 2020/05/18 19:21:12 wiz Exp $
#
# used by math/libixion/Makefile
# used by math/py-libixion/Makefile
@@ -13,8 +13,8 @@
COMMENT= General purpose formula parser & interpreter
LICENSE= mpl-2.0
-PATCHDIR= ../../math/libixion/patches
-DISTINFO_FILE= ../../math/libixion/distinfo
+PATCHDIR= ${.CURDIR}/../../math/libixion/patches
+DISTINFO_FILE= ${.CURDIR}/../../math/libixion/distinfo
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
Home |
Main Index |
Thread Index |
Old Index