summaryrefslogtreecommitdiff
path: root/editors/uzap
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2000-04-14 18:40:29 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2000-04-14 18:40:29 +0000
commit9ca4ec66595ccc867538cf2e849248c579396a2e (patch)
treedf28d7f45f847fbc0603018df219a32223aefad6 /editors/uzap
parentAdd SOCKS support. (diff)
Define NO_WRKSUBDIR = yes instead of setting WRKSRC = ${WRKDIR}
PR: ports/18009 Submitted by: tkato@prontomail.ne.jp
Notes
Notes: svn path=/head/; revision=27539
Diffstat (limited to 'editors/uzap')
-rw-r--r--editors/uzap/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/uzap/Makefile b/editors/uzap/Makefile
index 55a210e4e634..fbe0a4b75c7e 100644
--- a/editors/uzap/Makefile
+++ b/editors/uzap/Makefile
@@ -15,7 +15,7 @@ MAINTAINER= joerg@FreeBSD.org
# restrictive Copyright; the author is no longer reachable, however :-(
RESTRICTED= "Restrictive copyright"
-WRKSRC= ${WRKDIR}
+NO_WRKSUBDIR= yes
MAN1= uzap.1
.include <bsd.port.mk>