svn commit: r396929 - head/sysutils/mapchan

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Sep 14 19:15:13 UTC 2015


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>


More information about the svn-ports-all mailing list