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 /editors/mule | |
parent | f74f854e9d8aec746738b97425e80143c8ce2d58 (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 'editors/mule')
-rw-r--r-- | editors/mule/Makefile | 6 | ||||
-rw-r--r-- | editors/mule/pkg-plist | 57 |
2 files changed, 61 insertions, 2 deletions
diff --git a/editors/mule/Makefile b/editors/mule/Makefile index 5ec9100bb978..9dd12c31984f 100644 --- a/editors/mule/Makefile +++ b/editors/mule/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 diff --git a/editors/mule/pkg-plist b/editors/mule/pkg-plist index f629718bab61..9824f538030c 100644 --- a/editors/mule/pkg-plist +++ b/editors/mule/pkg-plist @@ -10,10 +10,67 @@ bin/mule-19.28 bin/any2ps bin/b2m bin/coco +bin/ctags +bin/etags bin/m2ps +bin/rcs-checkin man/man1/coco.1.gz +man/man1/ctags.1.gz +man/man1/etags.1.gz man/man1/m2ps.1.gz man/man1/mule.1.gz +@comment +@comment emacs stuff +@comment +info/cl +info/cl-1 +info/cl-2 +info/cl-3 +info/cl-4 +info/cl-5 +info/cl-6 +info/dired-x +info/emacs +info/emacs-1 +info/emacs-2 +info/emacs-3 +info/emacs-4 +info/emacs-5 +info/emacs-6 +info/emacs-7 +info/emacs-8 +info/emacs-9 +info/emacs-10 +info/emacs-11 +info/emacs-12 +info/emacs-13 +info/emacs-14 +info/emacs-15 +info/emacs-16 +info/emacs-17 +info/emacs-18 +info/emacs-19 +info/emacs-20 +info/emacs-21 +info/emacs-22 +info/emacs-23 +info/emacs-24 +info/forms +info/gnus +info/gnus-1 +info/gnus-2 +info/gnus-3 +info/info +info/sc +info/sc-1 +info/sc-2 +info/sc-3 +info/vip +info/vip-1 +info/vip-2 +@comment +@comment mule-specific stuff +@comment info/CCL info/ISO2022 info/R2L |