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