diff options
author | adamw <adamw@FreeBSD.org> | 2014-07-04 03:09:35 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-07-04 03:09:35 +0800 |
commit | da2c6a0ef1c9db55571bfe272469c4652c15a2be (patch) | |
tree | a488b355864ec75917c54f723d4a8f52b28414be /archivers/p7zip | |
parent | 5c58cc66c5083e97c21a8e420f3306c57e8f2497 (diff) | |
download | freebsd-ports-gnome-da2c6a0ef1c9db55571bfe272469c4652c15a2be.tar.gz freebsd-ports-gnome-da2c6a0ef1c9db55571bfe272469c4652c15a2be.tar.zst freebsd-ports-gnome-da2c6a0ef1c9db55571bfe272469c4652c15a2be.zip |
Correct the SLAVE_PORT check.
Diffstat (limited to 'archivers/p7zip')
-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 69e8a1b271ad..316bcd10ab63 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 ${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 |