diff options
author | asami <asami@FreeBSD.org> | 1996-11-30 18:13:51 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-11-30 18:13:51 +0800 |
commit | 42e8029d503e05d39121550ae1d8e2d048dc2fa3 (patch) | |
tree | 562cd1a9a045825b15ff6b155935a0472506e0b4 /textproc/coco | |
parent | 12224b6670cea7db90cc884100530f59dc122943 (diff) | |
download | freebsd-ports-gnome-42e8029d503e05d39121550ae1d8e2d048dc2fa3.tar.gz freebsd-ports-gnome-42e8029d503e05d39121550ae1d8e2d048dc2fa3.tar.zst freebsd-ports-gnome-42e8029d503e05d39121550ae1d8e2d048dc2fa3.zip |
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)
Diffstat (limited to 'textproc/coco')
-rw-r--r-- | textproc/coco/Makefile | 6 | ||||
-rw-r--r-- | textproc/coco/pkg-plist | 57 |
2 files changed, 61 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 diff --git a/textproc/coco/pkg-plist b/textproc/coco/pkg-plist index f629718bab61..9824f538030c 100644 --- a/textproc/coco/pkg-plist +++ b/textproc/coco/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 |