svn commit: r562961 - head/comms/wsjtx

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


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

Log:
  Fix r561520
  
  /!\ wsjtx-2.1.2_2: 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/comms/wsjtx
  
  Approved by:	portmgr (blanket)

Modified:
  head/comms/wsjtx/Makefile

Modified: head/comms/wsjtx/Makefile
==============================================================================
--- head/comms/wsjtx/Makefile	Tue Jan 26 17:55:52 2021	(r562960)
+++ head/comms/wsjtx/Makefile	Tue Jan 26 17:55:56 2021	(r562961)
@@ -67,4 +67,4 @@ post-install:
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${f}
 .endfor
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>


More information about the svn-ports-all mailing list