diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-11-30 10:13:51 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-11-30 10:13:51 +0000 |
commit | d1a5dc89803af351e55e9e528c44b51f37cb4008 (patch) | |
tree | 88cec20b3636880176677ceafaec631cbd3087c7 /textproc/coco/Makefile | |
parent | Misc. bugfixes, mostly FreeBSD-specific. (diff) |
Install emacsclient et al., which were not included previously because
they might overwrite emacs' versions.
The more I think about this, the less sense this makes, as we pratcically
mandate emacs to be installed as well for this mule to work.
Requested by: hosokawa@mt.cs.keio.ac.jp (HOSOKAWA Tatsumi)
Notes
Notes:
svn path=/head/; revision=4730
Diffstat (limited to 'textproc/coco/Makefile')
-rw-r--r-- | textproc/coco/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/textproc/coco/Makefile b/textproc/coco/Makefile index 5ec9100bb978..9dd12c31984f 100644 --- a/textproc/coco/Makefile +++ b/textproc/coco/Makefile @@ -3,7 +3,7 @@ # Date created: 22 November 1994 # Whom: Satoshi Asami (asami) # -# $Id: Makefile,v 1.24 1996/11/11 05:07:15 obrien Exp $ +# $Id: Makefile,v 1.25 1996/11/17 07:01:29 obrien Exp $ # DISTNAME= mule-2.3 @@ -21,7 +21,7 @@ CONFIGURE_ARGS= i386--freebsd --with-x-toolkit \ --terminal-face \ --locallisppath=${PREFIX}/lib/mule/site-lisp:${PREFIX}/share/emacs/site-lisp STRIP= -MAN1= coco.1 m2ps.1 mule.1 +MAN1= coco.1 ctags.1 etags.1 m2ps.1 mule.1 pre-build: find ${WRKSRC} -name \*.orig -exec /bin/rm -f \{} \; @@ -30,6 +30,8 @@ post-install: # note that any2ps is a script strip ${PREFIX}/bin/b2m strip ${PREFIX}/bin/coco + strip ${PREFIX}/bin/ctags + strip ${PREFIX}/bin/etags strip ${PREFIX}/bin/m2ps strip ${PREFIX}/bin/mule-19.28 |