diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-01-26 17:56:12 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-01-26 17:56:12 +0000 |
commit | a6ec97845598038e4bbcc5075bdb947fd1e2e5f8 (patch) | |
tree | 66a64f7860d31b545f4dc13620c738368f43cbb9 /science | |
parent | 00e5830276d901eb46a0b4d13a66fc637d3db961 (diff) | |
download | ports-a6ec97845598038e4bbcc5075bdb947fd1e2e5f8.tar.gz ports-a6ec97845598038e4bbcc5075bdb947fd1e2e5f8.zip |
Notes
Diffstat (limited to 'science')
-rw-r--r-- | science/libgridxc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/libgridxc/Makefile b/science/libgridxc/Makefile index 4cb5dc277961..13b5c9035647 100644 --- a/science/libgridxc/Makefile +++ b/science/libgridxc/Makefile @@ -62,4 +62,4 @@ do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/share/mk && ${MV} ${STAGEDIR}${PREFIX}/*.mk ${STAGEDIR}${PREFIX}/share/mk ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libGridXC.so -.include <bsd.port.mk> +.include <bsd.port.post.mk> |