From 1c236df780a7bd97c1defec27a4739a2301010f9 Mon Sep 17 00:00:00 2001 From: knu Date: Fri, 14 Apr 2000 18:40:29 +0000 Subject: Define NO_WRKSUBDIR = yes instead of setting WRKSRC = ${WRKDIR} PR: ports/18009 Submitted by: tkato@prontomail.ne.jp --- editors/uzap/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editors') 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 -- cgit