diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-01-27 01:56:12 +0800 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-01-27 01:56:12 +0800 |
commit | a6ec97845598038e4bbcc5075bdb947fd1e2e5f8 (patch) | |
tree | 66a64f7860d31b545f4dc13620c738368f43cbb9 /science | |
parent | 00e5830276d901eb46a0b4d13a66fc637d3db961 (diff) | |
download | freebsd-ports-gnome-a6ec97845598038e4bbcc5075bdb947fd1e2e5f8.tar.gz freebsd-ports-gnome-a6ec97845598038e4bbcc5075bdb947fd1e2e5f8.tar.zst freebsd-ports-gnome-a6ec97845598038e4bbcc5075bdb947fd1e2e5f8.zip |
Fix r561520
/!\ libgridxc-0.8.5_3: Makefile errors /!\
you cannot include bsd.port[.pre].mk twice
Defining both PORTVERSION and DISTVERSION is wrong, only set one, if necessary,
set DISTNAME
*** Error code 1
Stop.
make: stopped in /usr/ports/science/libgridxc
Approved by: portmgr (blanket)
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> |