Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Sep 2015 19:15:13 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r396929 - head/sysutils/mapchan
Message-ID:  <201509141915.t8EJFDtI025967@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Mon Sep 14 19:15:12 2015
New Revision: 396929
URL: https://svnweb.freebsd.org/changeset/ports/396929

Log:
  - Drop 8.x support
  
  Approved by:	portmgr blanket

Modified:
  head/sysutils/mapchan/Makefile

Modified: head/sysutils/mapchan/Makefile
==============================================================================
--- head/sysutils/mapchan/Makefile	Mon Sep 14 19:11:33 2015	(r396928)
+++ head/sysutils/mapchan/Makefile	Mon Sep 14 19:15:12 2015	(r396929)
@@ -24,14 +24,10 @@ post-install:
 	${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
 	${INSTALL_MAN} ${WRKSRC}/doc/mapchan.8 ${STAGEDIR}${MANPREFIX}/man/man8
 
-.include <bsd.port.pre.mk>
-
 post-patch:
 	@${MV} ${WRKSRC}/examples/default ${WRKSRC}/examples/default.sample
 	@${RM} ${WRKSRC}/examples/default.orig
 	${REINPLACE_CMD} -e "s|/usr/local|${PREFIX}|" ${WRKSRC}/mapchan.c
-.if ${OSVERSION} > 900007
 	${REINPLACE_CMD} -e "s|utmp.h|utmpx.h|" ${WRKSRC}/mapchan.c
-.endif
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>



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