diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-12-02 05:54:52 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-12-02 05:54:52 +0000 |
commit | 6b9ec1989a57ba5b5ad8585626c8b0165a585aa9 (patch) | |
tree | 1030eff3ac179c97d74132948ddfc7b99e77d539 /misc/man.el | |
parent | Gawd, please don't overwrite a patch in ${PATCHDIR}. It wasn't cleaning up (diff) |
Don't use NO_WRKDIR.
Diffstat (limited to 'misc/man.el')
-rw-r--r-- | misc/man.el/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/man.el/Makefile b/misc/man.el/Makefile index 7eb4af38cbdd..47dabe8e5025 100644 --- a/misc/man.el/Makefile +++ b/misc/man.el/Makefile @@ -3,7 +3,7 @@ # Date created: 10 September 1998 # Whom: KIRIYAMA Kazuhiko <kiri@kiri.toba-cmt.ac.jp> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/10/09 00:46:03 kuriyama Exp $ # DISTNAME= i18n-man-1.1 @@ -15,8 +15,8 @@ MAINTAINER= kiri@kiri.toba-cmt.ac.jp RUN_DEPENDS= jman:${PORTSDIR}/japanese/man -NO_WRKDIR= yes -NO_EXTRACT= yes +EXTRACT_ONLY= # empty +NO_WRKSUBDIR= yes NO_BUILD= yes ELISPDIR= ${PREFIX}/share/emacs/site-lisp |