diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2005-06-17 22:59:29 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2005-06-17 22:59:29 +0000 |
commit | 23b3bc4b0d01608d37199d39bb546c6c9d6a8b1d (patch) | |
tree | fa03305e656151ebe33c7e94eacc947b13d1c273 /archivers | |
parent | b347391f9ad81dd1ebc74b80d713888404b304bd (diff) |
Notes
Diffstat (limited to 'archivers')
-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 |