svn commit: r562964 - head/science/getdp

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Jan 26 17:56:14 UTC 2021


Author: sunpoet
Date: Tue Jan 26 17:56:08 2021
New Revision: 562964
URL: https://svnweb.freebsd.org/changeset/ports/562964

Log:
  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)

Modified:
  head/science/getdp/Makefile

Modified: head/science/getdp/Makefile
==============================================================================
--- head/science/getdp/Makefile	Tue Jan 26 17:56:04 2021	(r562963)
+++ head/science/getdp/Makefile	Tue Jan 26 17:56:08 2021	(r562964)
@@ -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>


More information about the svn-ports-all mailing list