pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/libixion
Module Name: pkgsrc
Committed By: wiz
Date: Mon May 18 19:21:12 UTC 2020
Modified Files:
pkgsrc/math/libixion: Makefile.common
Log Message:
libixion: use .CURDIR
distinfo and patches paths must be absolute
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/math/libixion/Makefile.common
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/math/libixion/Makefile.common
diff -u pkgsrc/math/libixion/Makefile.common:1.2 pkgsrc/math/libixion/Makefile.common:1.3
--- pkgsrc/math/libixion/Makefile.common:1.2 Wed Feb 5 13:46:13 2020
+++ pkgsrc/math/libixion/Makefile.common Mon May 18 19:21:12 2020
@@ -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 @@ HOMEPAGE= https://gitlab.com/ixion/ixion
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