diff options
author | knu <knu@FreeBSD.org> | 2000-04-15 02:40:29 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-04-15 02:40:29 +0800 |
commit | 1c236df780a7bd97c1defec27a4739a2301010f9 (patch) | |
tree | 084ee1bffb37d6508cf50edd365ce3f2bb821b1b /editors | |
parent | 61c1fff08291c38fe41a8ccec2d3d79f94af1e74 (diff) | |
download | freebsd-ports-gnome-1c236df780a7bd97c1defec27a4739a2301010f9.tar.gz freebsd-ports-gnome-1c236df780a7bd97c1defec27a4739a2301010f9.tar.zst freebsd-ports-gnome-1c236df780a7bd97c1defec27a4739a2301010f9.zip |
Define NO_WRKSUBDIR = yes instead of setting WRKSRC = ${WRKDIR}
PR: ports/18009
Submitted by: tkato@prontomail.ne.jp
Diffstat (limited to 'editors')
-rw-r--r-- | editors/uzap/Makefile | 2 |
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> |