svn commit: r501404 - head/security/p5-Crypt-Curve25519

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun May 12 16:36:43 UTC 2019


Author: sunpoet
Date: Sun May 12 16:36:41 2019
New Revision: 501404
URL: https://svnweb.freebsd.org/changeset/ports/501404

Log:
  Cosmetic change

Modified:
  head/security/p5-Crypt-Curve25519/Makefile

Modified: head/security/p5-Crypt-Curve25519/Makefile
==============================================================================
--- head/security/p5-Crypt-Curve25519/Makefile	Sun May 12 16:36:36 2019	(r501403)
+++ head/security/p5-Crypt-Curve25519/Makefile	Sun May 12 16:36:41 2019	(r501404)
@@ -19,8 +19,9 @@ BROKEN_mips64=	fails to build: -m32 flag is not suppor
 BROKEN_sparc64=	fails to build: -m32 flag is not supported by this configuration
 
 USES=		perl5 ssl
-MAKE_JOBS_UNSAFE=	yes
 USE_PERL5=	configure
+
+MAKE_JOBS_UNSAFE=	yes
 
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Crypt/Curve25519/Curve25519.so


More information about the svn-ports-all mailing list