diff options
author | kuriyama <kuriyama@FreeBSD.org> | 1998-11-15 20:21:56 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 1998-11-15 20:21:56 +0800 |
commit | 26a8d0af6b3d08f62b618477c13e92c6868d9a1a (patch) | |
tree | 4080d4a5378ffa4bdc7ece32ece5fb78d7154d1d /print | |
parent | 579d0bfaba4db48d1c17df43303fe855c0168974 (diff) | |
download | freebsd-ports-gnome-26a8d0af6b3d08f62b618477c13e92c6868d9a1a.tar.gz freebsd-ports-gnome-26a8d0af6b3d08f62b618477c13e92c6868d9a1a.tar.zst freebsd-ports-gnome-26a8d0af6b3d08f62b618477c13e92c6868d9a1a.zip |
Add virtual category elisp.
Reminded by: wosch
Submitted by: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp>
Diffstat (limited to 'print')
-rw-r--r-- | print/yatex-mule/Makefile | 4 | ||||
-rw-r--r-- | print/yatex-xemacs-mule/Makefile | 4 | ||||
-rw-r--r-- | print/yatex-xemacs/Makefile | 4 | ||||
-rw-r--r-- | print/yatex/Makefile | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/print/yatex-mule/Makefile b/print/yatex-mule/Makefile index c4b0863119ae..c36567c5f20b 100644 --- a/print/yatex-mule/Makefile +++ b/print/yatex-mule/Makefile @@ -3,11 +3,11 @@ # Date created: 18 Feb. 1998 # Whom: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp> # -# $Id: Makefile,v 1.1.1.1 1998/08/14 02:07:03 kuriyama Exp $ +# $Id: Makefile,v 1.2 1998/08/17 16:33:42 kuriyama Exp $ # PKGNAME= ja-yatex-1.65.6 -CATEGORIES= japanese print +CATEGORIES= japanese print elisp MULE= yes diff --git a/print/yatex-xemacs-mule/Makefile b/print/yatex-xemacs-mule/Makefile index 4c6f2c3407be..6b6582403995 100644 --- a/print/yatex-xemacs-mule/Makefile +++ b/print/yatex-xemacs-mule/Makefile @@ -3,11 +3,11 @@ # Date created: 18 Feb. 1998 # Whom: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp> # -# $Id: Makefile,v 1.1.1.1 1998/08/14 02:08:39 kuriyama Exp $ +# $Id: Makefile,v 1.2 1998/08/17 16:33:44 kuriyama Exp $ # PKGNAME= ja-yatex-xemacs-1.65.6 -CATEGORIES= japanese print +CATEGORIES= japanese print elisp XEMACS-MULE= yes diff --git a/print/yatex-xemacs/Makefile b/print/yatex-xemacs/Makefile index c4b0863119ae..c36567c5f20b 100644 --- a/print/yatex-xemacs/Makefile +++ b/print/yatex-xemacs/Makefile @@ -3,11 +3,11 @@ # Date created: 18 Feb. 1998 # Whom: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp> # -# $Id: Makefile,v 1.1.1.1 1998/08/14 02:07:03 kuriyama Exp $ +# $Id: Makefile,v 1.2 1998/08/17 16:33:42 kuriyama Exp $ # PKGNAME= ja-yatex-1.65.6 -CATEGORIES= japanese print +CATEGORIES= japanese print elisp MULE= yes diff --git a/print/yatex/Makefile b/print/yatex/Makefile index 0f840eb05cfd..f65192dcf2b1 100644 --- a/print/yatex/Makefile +++ b/print/yatex/Makefile @@ -3,12 +3,12 @@ # Date created: Oct 9 1998 # Whom: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp> # -# $Id: Makefile,v 1.2 1998/10/21 07:09:58 asami Exp $ +# $Id: Makefile,v 1.3 1998/11/11 14:33:01 kuriyama Exp $ # DISTNAME= yatex9805062331 PKGNAME?= yatex-1.65.6 -CATEGORIES?= print +CATEGORIES?= print elisp MASTER_SITES= http://www.comp.ae.keio.ac.jp/~yuuji/yatex/ \ http://www.comp.ae.keio.ac.jp/~yuuji/tmp/ |