svn commit: r456468 - head/security/nettle

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Dec 16 13:51:13 UTC 2017


Author: sunpoet
Date: Sat Dec 16 13:51:11 2017
New Revision: 456468
URL: https://svnweb.freebsd.org/changeset/ports/456468

Log:
  Put the target definition inside the .if to avoid empty target
  
  Notified by:	mat

Modified:
  head/security/nettle/Makefile

Modified: head/security/nettle/Makefile
==============================================================================
--- head/security/nettle/Makefile	Sat Dec 16 11:57:06 2017	(r456467)
+++ head/security/nettle/Makefile	Sat Dec 16 13:51:11 2017	(r456468)
@@ -36,8 +36,8 @@ PORTEXAMPLES=	*.c *.h
 CONFIGURE_ENV+=	CCPIC=-fPIC
 .endif
 
-post-patch:
 .if ${ARCH} == "mips64"
+post-patch:
 	@${REINPLACE_CMD} -e 's|__sgi|__unix__|' ${WRKSRC}/configure
 .endif
 


More information about the svn-ports-all mailing list