svn commit: r360447 - head/archivers/p7zip

Adam Weinberger adamw at FreeBSD.org
Thu Jul 3 19:09:36 UTC 2014


Author: adamw
Date: Thu Jul  3 19:09:35 2014
New Revision: 360447
URL: http://svnweb.freebsd.org/changeset/ports/360447
QAT: https://qat.redports.org/buildarchive/r360447/

Log:
  Correct the SLAVE_PORT check.

Modified:
  head/archivers/p7zip/Makefile

Modified: head/archivers/p7zip/Makefile
==============================================================================
--- head/archivers/p7zip/Makefile	Thu Jul  3 19:06:07 2014	(r360446)
+++ head/archivers/p7zip/Makefile	Thu Jul  3 19:09:35 2014	(r360447)
@@ -34,7 +34,7 @@ post-patch:
 		${WRKSRC}/man1/*
 	${MV} ${WRKSRC}/README ${WRKSRC}/DOCS/readme.unix
 
-.if ${SLAVE_PORT} == "no"
+.if defined(SLAVE_PORT) && ${SLAVE_PORT} == "no"
 do-install:
 	${MKDIR} ${STAGEDIR}${PREFIX}/libexec/p7zip
 .for BINARY in 7z 7za 7zr 7zCon.sfx


More information about the svn-ports-all mailing list