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)
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2021-01-26 17:56:08 +00:00
parent 3c9a236ce3
commit 00e5830276
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=562964

View File

@ -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>