diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 1999-03-17 06:57:38 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 1999-03-17 06:57:38 +0000 |
commit | 18aed621c2ed14421f986b3fadb4e14ff7b800e2 (patch) | |
tree | a9aebbdcf98e210f3179847595514ddb786a8086 /print/yatex-xemacs/Makefile | |
parent | dd400d1803f4c4abcd502f4271e5421e758cadc3 (diff) | |
download | ports-18aed621c2ed14421f986b3fadb4e14ff7b800e2.tar.gz ports-18aed621c2ed14421f986b3fadb4e14ff7b800e2.zip |
Notes
Diffstat (limited to 'print/yatex-xemacs/Makefile')
-rw-r--r-- | print/yatex-xemacs/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/print/yatex-xemacs/Makefile b/print/yatex-xemacs/Makefile index 452391afb404..78bb81bc9368 100644 --- a/print/yatex-xemacs/Makefile +++ b/print/yatex-xemacs/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-xemacs-1.66 -MULE= yes +XEMACS= yes -MASTERDIR= ${.CURDIR}/../../print/yatex +MASTERDIR= ${.CURDIR}/../yatex +COMMENT= ${.CURDIR}/pkg/COMMENT PLIST= ${.CURDIR}/pkg/PLIST .include "${MASTERDIR}/Makefile" |