aboutsummaryrefslogtreecommitdiff
path: root/science/getdp
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2021-01-26 17:56:08 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2021-01-26 17:56:08 +0000
commit00e5830276d901eb46a0b4d13a66fc637d3db961 (patch)
treeb9d7e2ed9bfe9310b1e12f6f8f0e044996317fd3 /science/getdp
parent3c9a236ce35ea8cbb3bd795e992c8ba0d9d8035c (diff)
downloadports-00e5830276d901eb46a0b4d13a66fc637d3db961.tar.gz
ports-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)
Notes
Notes: svn path=/head/; revision=562964
Diffstat (limited to 'science/getdp')
-rw-r--r--science/getdp/Makefile2
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>