aboutsummaryrefslogtreecommitdiff
path: root/archivers/stuffit
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-07-15 16:38:38 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-07-15 16:38:38 +0000
commitab0a69baeb6202bb22128e2bfbb7b2c5c90996a2 (patch)
tree437f955f49810c564b4873df0da4249b3985558a /archivers/stuffit
parentaec9a887b05fedaf099ecbb73c1311c2a190bc99 (diff)
downloadports-ab0a69baeb6202bb22128e2bfbb7b2c5c90996a2.tar.gz
ports-ab0a69baeb6202bb22128e2bfbb7b2c5c90996a2.zip
- Support NO_WRKSUBDIR properly
PR: ports/69107 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=113722
Diffstat (limited to 'archivers/stuffit')
-rw-r--r--archivers/stuffit/Makefile2
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}