svn commit: r311105 - head/sysutils/procenv

Alexey Dokuchaev danfe at FreeBSD.org
Mon Jan 28 10:07:13 UTC 2013


Author: danfe
Date: Mon Jan 28 10:07:13 2013
New Revision: 311105
URL: http://svnweb.freebsd.org/changeset/ports/311105

Log:
  Ensure that OSVERSION is defined.

Modified:
  head/sysutils/procenv/Makefile

Modified: head/sysutils/procenv/Makefile
==============================================================================
--- head/sysutils/procenv/Makefile	Mon Jan 28 09:57:32 2013	(r311104)
+++ head/sysutils/procenv/Makefile	Mon Jan 28 10:07:13 2013	(r311105)
@@ -17,8 +17,10 @@ USE_GMAKE=	yes
 MAN1=		procenv.1
 PLIST_FILES=	bin/procenv
 
+.include <bsd.port.pre.mk>
+
 .if ${OSVERSION} < 800505
 BROKEN=		does not build on old ${OPSYS} versions
 .endif
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>


More information about the svn-ports-all mailing list