svn commit: r548697 - head/mail/hashcash

Mark Linimon linimon at FreeBSD.org
Tue Sep 15 04:44:34 UTC 2020


Author: linimon
Date: Tue Sep 15 04:44:33 2020
New Revision: 548697
URL: https://svnweb.freebsd.org/changeset/ports/548697

Log:
  Generalize ARCH expression.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/mail/hashcash/Makefile

Modified: head/mail/hashcash/Makefile
==============================================================================
--- head/mail/hashcash/Makefile	Tue Sep 15 04:31:20 2020	(r548696)
+++ head/mail/hashcash/Makefile	Tue Sep 15 04:44:33 2020	(r548697)
@@ -29,7 +29,7 @@ OPTIONS_DEFINE=	DOCS
 
 .include <bsd.port.options.mk>
 
-.if ${ARCH} == powerpc || ${ARCH} == powerpc64
+.if ${ARCH:Mpowerpc*}
 USE_GCC=	any
 .endif
 


More information about the svn-ports-all mailing list