diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-07-04 05:35:34 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-07-04 05:35:34 +0000 |
commit | 7720d773f50e3d8c0081c4c2ef194005b1ed30db (patch) | |
tree | 61a1bd823ca5bbf85146b0c58593081265930a9f /archivers | |
parent | 99c4bd585971645678e8a6ba33e95486c7ca7833 (diff) |
Notes
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/p7zip/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/p7zip/Makefile b/archivers/p7zip/Makefile index 316bcd10ab63..f26dac08ef3a 100644 --- a/archivers/p7zip/Makefile +++ b/archivers/p7zip/Makefile @@ -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 |