diff options
author | bapt <bapt@FreeBSD.org> | 2013-12-27 00:44:45 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-12-27 00:44:45 +0800 |
commit | fa5bf9d69ec6384d40bd8f4da48d7ae67fedc518 (patch) | |
tree | 561af7101d47c94fb7896a4ccce14cab8154e7e2 /archivers | |
parent | 5da54c0af1002267d7643a4c71e4d95d1171a828 (diff) | |
download | freebsd-ports-gnome-fa5bf9d69ec6384d40bd8f4da48d7ae67fedc518.tar.gz freebsd-ports-gnome-fa5bf9d69ec6384d40bd8f4da48d7ae67fedc518.tar.zst freebsd-ports-gnome-fa5bf9d69ec6384d40bd8f4da48d7ae67fedc518.zip |
The master being stage safe, the slave is also stage safe
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/unzip-iconv/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/archivers/unzip-iconv/Makefile b/archivers/unzip-iconv/Makefile index 7e9578964aa9..d0e82c684b85 100644 --- a/archivers/unzip-iconv/Makefile +++ b/archivers/unzip-iconv/Makefile @@ -8,9 +8,6 @@ COMMENT= Unzip with iconv patches CONFLICTS= unzip-[0-9]* ko-unzip-[0-9]* ru-unzip-[0-9]* zh-unzip-[0-9]* -NO_STAGE= yes -MASTERDIR= ${.CURDIR}/../unzip - WITH_ICONV= yes .include "${MASTERDIR}/Makefile" |