svn commit: r399520 - head/sysutils/libutempter

Antoine Brodin antoine at FreeBSD.org
Fri Oct 16 21:02:07 UTC 2015


Author: antoine
Date: Fri Oct 16 21:02:06 2015
New Revision: 399520
URL: https://svnweb.freebsd.org/changeset/ports/399520

Log:
  Correctly ignore on FreeBSD

Modified:
  head/sysutils/libutempter/Makefile

Modified: head/sysutils/libutempter/Makefile
==============================================================================
--- head/sysutils/libutempter/Makefile	Fri Oct 16 21:01:32 2015	(r399519)
+++ head/sysutils/libutempter/Makefile	Fri Oct 16 21:02:06 2015	(r399520)
@@ -13,6 +13,10 @@ COMMENT=	Interface to record user sessio
 USES=		gmake tar:bzip2
 USE_LDCONFIG=	yes
 
-IGNORE_FreeBSD=		is now contained in the base system
+.include <bsd.port.pre.mk>
 
-.include <bsd.port.mk>
+.if ${OPSYS} == FreeBSD
+IGNORE=		is now contained in the base system
+.endif
+
+.include <bsd.port.post.mk>


More information about the svn-ports-head mailing list