diff options
Diffstat (limited to 'archivers/stuffit')
-rw-r--r-- | archivers/stuffit/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/stuffit/Makefile b/archivers/stuffit/Makefile index 69d3ff40ed76..c6418ac7cd99 100644 --- a/archivers/stuffit/Makefile +++ b/archivers/stuffit/Makefile @@ -20,7 +20,7 @@ NO_PACKAGE= Only unmodified original package can be distributed ONLY_FOR_ARCHS= i386 amd64 -USE_LINUX= yes +USE_LINUX?= yes STRIP= # empty: do not strip linux binary during INSTALL_PROGRAM NO_WRKSUBDIR= yes STUFFIT_FILES= bin/unstuff bin/stuff |