Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Oct 2015 21:02:06 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r399520 - head/sysutils/libutempter
Message-ID:  <201510162102.t9GL267f075269@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510162102.t9GL267f075269>