svn commit: r360542 - head/archivers/p7zip
Antoine Brodin
antoine at FreeBSD.org
Fri Jul 4 05:35:35 UTC 2014
Author: antoine
Date: Fri Jul 4 05:35:34 2014
New Revision: 360542
URL: http://svnweb.freebsd.org/changeset/ports/360542
QAT: https://qat.redports.org/buildarchive/r360542/
Log:
Unbreak
Modified:
head/archivers/p7zip/Makefile
Modified: head/archivers/p7zip/Makefile
==============================================================================
--- head/archivers/p7zip/Makefile Fri Jul 4 05:33:06 2014 (r360541)
+++ head/archivers/p7zip/Makefile Fri Jul 4 05:35:34 2014 (r360542)
@@ -34,7 +34,7 @@ post-patch:
${WRKSRC}/man1/*
${MV} ${WRKSRC}/README ${WRKSRC}/DOCS/readme.unix
-.if defined(SLAVE_PORT) && ${SLAVE_PORT} == "no"
+.if ! defined(PKGNAMESUFFIX)
do-install:
${MKDIR} ${STAGEDIR}${PREFIX}/libexec/p7zip
.for BINARY in 7z 7za 7zr 7zCon.sfx
More information about the svn-ports-all
mailing list