aboutsummaryrefslogtreecommitdiff
path: root/math/librdata/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/librdata/Makefile')
-rw-r--r--math/librdata/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/math/librdata/Makefile b/math/librdata/Makefile
index 09cd4a38604e..6e042d4e12bc 100644
--- a/math/librdata/Makefile
+++ b/math/librdata/Makefile
@@ -1,7 +1,7 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= librdata
-PORTVERSION= 0.1.0.g20200911
+PORTVERSION= 0.1.0.g20210224
CATEGORIES= math
MAINTAINER= sunpoet@FreeBSD.org
@@ -14,9 +14,13 @@ USES= autoreconf compiler:c11 libtool gettext-tools
USE_GITHUB= yes
GH_ACCOUNT= WizardMac
-GH_TAGNAME= 7188fa5
+GH_TAGNAME= 4a80bf3
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
+USE_LDCONFIG= yes
+
+post-install:
+ ${INSTALL_DATA} ${WRKSRC}/src/rdata_io_unistd.h ${STAGEDIR}${PREFIX}/include/rdata_io_unistd.h
.include <bsd.port.mk>