svn commit: r339857 - head/comms/syncterm

Baptiste Daroussin bapt at FreeBSD.org
Wed Jan 15 23:23:32 UTC 2014


Author: bapt
Date: Wed Jan 15 23:23:32 2014
New Revision: 339857
URL: http://svnweb.freebsd.org/changeset/ports/339857
QAT: https://qat.redports.org/buildarchive/r339857/

Log:
  Reduce over inclusion of bsd.port.mk

Modified:
  head/comms/syncterm/Makefile

Modified: head/comms/syncterm/Makefile
==============================================================================
--- head/comms/syncterm/Makefile	Wed Jan 15 23:22:46 2014	(r339856)
+++ head/comms/syncterm/Makefile	Wed Jan 15 23:23:32 2014	(r339857)
@@ -23,7 +23,6 @@ OPTIONS_DEFINE=	X11 SDL DEBUG
 OPTIONS_DEFAULT=	X11 SDL
 
 NO_STAGE=	yes
-.include <bsd.port.pre.mk>
 .include <bsd.port.options.mk>
 
 ONLY_FOR_ARCHS=		i386 amd64
@@ -53,4 +52,4 @@ MAKE_ARGS+=	DEBUG=1
 MAKE_ARGS+=	RELEASE=1
 .endif
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-all mailing list