diff options
author | wiz <wiz@pkgsrc.org> | 2001-02-17 17:42:09 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-02-17 17:42:09 +0000 |
commit | a87738b456114a95193b58ec31e883210d6b9f3f (patch) | |
tree | 926bbe6e07ce5aedfc0884e098d71275e74392c9 /print/auctex/Makefile | |
parent | ad02d69ab28ddc19bb63fd7441b9ad1fc18206bb (diff) | |
download | pkgsrc-a87738b456114a95193b58ec31e883210d6b9f3f.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'print/auctex/Makefile')
-rw-r--r-- | print/auctex/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/auctex/Makefile b/print/auctex/Makefile index 022e3dfeeaf..049321a9e4c 100644 --- a/print/auctex/Makefile +++ b/print/auctex/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/12/02 07:49:25 jtb Exp $ +# $NetBSD: Makefile,v 1.2 2001/02/17 17:51:37 wiz Exp $ DISTNAME= auctex-9.9p CATEGORIES= print @@ -6,6 +6,7 @@ MASTER_SITES= ftp://ftp.sunsite.auc.dk/pub/emacs/auctex/ftp/auctex/ MAINTAINER= jtb@netbsd.org HOMEPAGE= http://sunsite.auc.dk/auctex/ +COMMENT= Enhanced LaTeX mode for Emacs DEPENDS+= teTeX-[0-9]*:../../print/teTeX |