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

Mark Linimon linimon at FreeBSD.org
Fri Nov 4 01:32:38 UTC 2016


Author: linimon
Date: Fri Nov  4 01:32:36 2016
New Revision: 425284
URL: https://svnweb.freebsd.org/changeset/ports/425284

Log:
  OSVERSION needs the pre/post.mk dance.
  
  Reported by:	portsmon

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

Modified: head/converters/p5-Unicode-IMAPUtf7/Makefile
==============================================================================
--- head/converters/p5-Unicode-IMAPUtf7/Makefile	Fri Nov  4 00:43:34 2016	(r425283)
+++ head/converters/p5-Unicode-IMAPUtf7/Makefile	Fri Nov  4 01:32:36 2016	(r425284)
@@ -21,6 +21,8 @@ RUN_DEPENDS=	p5-Unicode-String>=0:conver
 USES=		perl5
 USE_PERL5=	configure
 
+.include <bsd.port.pre.mk>
+
 .if ${OSVERSION} < 1100077
 # chmod -R bug
 post-extract:
@@ -29,4 +31,4 @@ post-extract:
 .endfor
 .endif
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>


More information about the svn-ports-head mailing list