svn commit: r431259 - head/converters/p5-Unicode-IMAPUtf7

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Jan 12 12:30:02 UTC 2017


Author: amdmi3
Date: Thu Jan 12 12:30:01 2017
New Revision: 431259
URL: https://svnweb.freebsd.org/changeset/ports/431259

Log:
  - Add NO_ARCH
  - Check OPSYS along with OSVERSION

Modified:
  head/converters/p5-Unicode-IMAPUtf7/Makefile

Modified: head/converters/p5-Unicode-IMAPUtf7/Makefile
==============================================================================
--- head/converters/p5-Unicode-IMAPUtf7/Makefile	Thu Jan 12 12:18:50 2017	(r431258)
+++ head/converters/p5-Unicode-IMAPUtf7/Makefile	Thu Jan 12 12:30:01 2017	(r431259)
@@ -20,10 +20,11 @@ RUN_DEPENDS=	p5-Unicode-String>=0:conver
 
 USES=		perl5
 USE_PERL5=	configure
+NO_ARCH=	yes
 
 .include <bsd.port.pre.mk>
 
-.if ${OSVERSION} < 1100077
+.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1100077
 # chmod -R bug
 post-extract:
 .for d in / /lib /lib/Unicode /t


More information about the svn-ports-head mailing list