svn commit: r316295 - head/devel/csmith

Eitan Adler eadler at FreeBSD.org
Tue Apr 23 01:44:41 UTC 2013


Author: eadler
Date: Tue Apr 23 01:44:40 2013
New Revision: 316295
URL: http://svnweb.freebsd.org/changeset/ports/316295

Log:
  Simplify port logic

Modified:
  head/devel/csmith/Makefile

Modified: head/devel/csmith/Makefile
==============================================================================
--- head/devel/csmith/Makefile	Tue Apr 23 01:20:45 2013	(r316294)
+++ head/devel/csmith/Makefile	Tue Apr 23 01:44:40 2013	(r316295)
@@ -20,8 +20,6 @@ LDFLAGS+=	-L${LOCALBASE}/lib
 
 MAKE_JOBS_SAFE=	yes
 
-.include <bsd.port.pre.mk>
-
 ONLY_FOR_ARCHS=	i386 amd64
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-head mailing list