svn commit: r374534 - head/devel/p4

John Marino marino at FreeBSD.org
Thu Dec 11 15:03:33 UTC 2014


Author: marino
Date: Thu Dec 11 15:03:32 2014
New Revision: 374534
URL: https://svnweb.freebsd.org/changeset/ports/374534
QAT: https://qat.redports.org/buildarchive/r374534/

Log:
  devel/p4: Limit use to FreeBSD

Modified:
  head/devel/p4/Makefile.inc

Modified: head/devel/p4/Makefile.inc
==============================================================================
--- head/devel/p4/Makefile.inc	Thu Dec 11 14:07:25 2014	(r374533)
+++ head/devel/p4/Makefile.inc	Thu Dec 11 15:03:32 2014	(r374534)
@@ -1,4 +1,6 @@
 # Figure out what to install
+.if ${OPSYS} == FreeBSD
+
 .if ${ARCH} == amd64
 . if ${OSVERSION} >= 1000100
 PLATFORM=	freebsd100x86_64
@@ -20,3 +22,7 @@ IGNORE=		unsupported OS release, sorry
 .else
 IGNORE=		unsupported OS release, sorry
 .endif
+
+.else
+IGNORE=		${OPSYS} is unsupported, sorry
+.endif


More information about the svn-ports-head mailing list