diff options
| -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 4d2c9ac9b405..d1aae3769289 100644 --- a/archivers/stuffit/Makefile +++ b/archivers/stuffit/Makefile @@ -21,7 +21,7 @@ ONLY_FOR_ARCHS= i386 USE_LINUX= yes STRIP= # empty: do not strip linux binary during INSTALL_PROGRAM -WRKSRC= ${WRKDIR} +NO_WRKSUBDIR= yes STUFFIT_FILES= bin/unstuff bin/stuff STUFFIT_MAN= man/man1/stuff.1 man/man1/unstuff.1 PLIST_FILES= ${STUFFIT_FILES} |
