svn commit: r337882 - head/comms/chu

Baptiste Daroussin bapt at FreeBSD.org
Sat Dec 28 17:13:31 UTC 2013


Author: bapt
Date: Sat Dec 28 17:13:30 2013
New Revision: 337882
URL: http://svnweb.freebsd.org/changeset/ports/337882

Log:
  Remove useless dancing of pre.mk/post.mk

Modified:
  head/comms/chu/Makefile

Modified: head/comms/chu/Makefile
==============================================================================
--- head/comms/chu/Makefile	Sat Dec 28 16:38:11 2013	(r337881)
+++ head/comms/chu/Makefile	Sat Dec 28 17:13:30 2013	(r337882)
@@ -13,8 +13,6 @@ COMMENT=	Synchronise computer clock to C
 
 LICENSE=	GPLv1
 
-.include <bsd.port.pre.mk>
-
 do-extract:
 	@${RM} -rf ${WRKDIR}
 	@${MKDIR} ${WRKDIR}
@@ -46,4 +44,4 @@ do-install:
 	${INSTALL_DATA} ${WRKSRC}/${d} ${STAGEDIR}${DOCSDIR}
 .endfor
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-head mailing list