diff options
author | wiz <wiz@pkgsrc.org> | 2020-05-18 19:21:12 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2020-05-18 19:21:12 +0000 |
commit | 43a16bcf64e0b2db4b0e5e8d5f4389ec63433915 (patch) | |
tree | cbe34660419d502b7c76bc2e71172b4110cc0559 /math | |
parent | 5b90fd53188d874478df8c1f9743aed314fb8a82 (diff) | |
download | pkgsrc-43a16bcf64e0b2db4b0e5e8d5f4389ec63433915.tar.gz |
libixion: use .CURDIR
distinfo and patches paths must be absolute
Diffstat (limited to 'math')
-rw-r--r-- | math/libixion/Makefile.common | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/libixion/Makefile.common b/math/libixion/Makefile.common index 95e6b9f5381..b6e6bce0952 100644 --- a/math/libixion/Makefile.common +++ b/math/libixion/Makefile.common @@ -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 |