diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-04-14 18:40:29 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-04-14 18:40:29 +0000 |
commit | 9ca4ec66595ccc867538cf2e849248c579396a2e (patch) | |
tree | df28d7f45f847fbc0603018df219a32223aefad6 /misc/man.el | |
parent | Add 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 'misc/man.el')
-rw-r--r-- | misc/man.el/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/man.el/Makefile b/misc/man.el/Makefile index 00286817b832..e3d1979a5781 100644 --- a/misc/man.el/Makefile +++ b/misc/man.el/Makefile @@ -15,8 +15,8 @@ MAINTAINER= kiri@kiri.toba-cmt.ac.jp # If you use Japanese manuals, install japanese/man as well. +NO_WRKSUBDIR= yes NO_BUILD= yes -WRKSRC= ${WRKDIR} ELISPDIR= ${PREFIX}/share/emacs/site-lisp SITEPKGDIR= ${PREFIX}/lib/xemacs/site-packages |