diff options
author | taoka <taoka@FreeBSD.org> | 1999-03-17 16:08:38 +0800 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 1999-03-17 16:08:38 +0800 |
commit | 86de0d04650114cbf213593b8c6bc04ca0259c07 (patch) | |
tree | 073292a97d9c34ddf58d30b8c33441a62f1dcef0 /print/yatex-mule/Makefile | |
parent | 2872b94b56a02b281b8ab3430152aaa992328e5e (diff) | |
download | freebsd-ports-gnome-86de0d04650114cbf213593b8c6bc04ca0259c07.tar.gz freebsd-ports-gnome-86de0d04650114cbf213593b8c6bc04ca0259c07.tar.zst freebsd-ports-gnome-86de0d04650114cbf213593b8c6bc04ca0259c07.zip |
I made a mistake in previous committing.
This modification gets correct.
Diffstat (limited to 'print/yatex-mule/Makefile')
-rw-r--r-- | print/yatex-mule/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/print/yatex-mule/Makefile b/print/yatex-mule/Makefile index 452391afb404..b271bd33a8cb 100644 --- a/print/yatex-mule/Makefile +++ b/print/yatex-mule/Makefile @@ -3,15 +3,15 @@ # Date created: 98/11/17 # Whom: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp> # -# $Id: Makefile,v 1.4 1998/11/20 18:19:09 itojun Exp $ +# $Id: Makefile,v 1.5 1998/12/01 03:06:24 asami Exp $ # -PKGNAME= ja-yatex-1.66 -CATEGORIES= japanese print elisp +PKGNAME= yatex-mule-1.66 +CATEGORIES= print elisp MULE= yes -MASTERDIR= ${.CURDIR}/../../print/yatex +MASTERDIR= ${.CURDIR}/../yatex PLIST= ${.CURDIR}/pkg/PLIST .include "${MASTERDIR}/Makefile" |