diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-01-27 01:56:08 +0800 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-01-27 01:56:08 +0800 |
commit | 00e5830276d901eb46a0b4d13a66fc637d3db961 (patch) | |
tree | b9d7e2ed9bfe9310b1e12f6f8f0e044996317fd3 /science | |
parent | 3c9a236ce35ea8cbb3bd795e992c8ba0d9d8035c (diff) | |
download | freebsd-ports-gnome-00e5830276d901eb46a0b4d13a66fc637d3db961.tar.gz freebsd-ports-gnome-00e5830276d901eb46a0b4d13a66fc637d3db961.tar.zst freebsd-ports-gnome-00e5830276d901eb46a0b4d13a66fc637d3db961.zip |
Fix r561520
/!\ getdp-3.3.0: 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/getdp
Approved by: portmgr (blanket)
Diffstat (limited to 'science')
-rw-r--r-- | science/getdp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/getdp/Makefile b/science/getdp/Makefile index 9ba6109b7f31..ebe4173d96b1 100644 --- a/science/getdp/Makefile +++ b/science/getdp/Makefile @@ -30,4 +30,4 @@ FFLAGS+= -fallow-argument-mismatch do-test: cd ${WRKSRC}/demos && yes "" | ${STAGEDIR}${PREFIX}/bin/${PORTNAME} magnet.pro -solve MagSta_phi -.include <bsd.port.mk> +.include <bsd.port.post.mk> |