diff options
author | Ade Lovett <ade@FreeBSD.org> | 2003-03-06 19:23:19 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2003-03-06 19:23:19 +0000 |
commit | 84ea4ee842af8389fc1b0603b821af2d68ba8c65 (patch) | |
tree | ccfda8c465ebb396f84cc9528117581f3455c1b2 /print/yatex-mule/Makefile | |
parent | . Allow package building on bento to bypass the distfile check. (diff) |
Destroy pkg-comment for some of the stranger uses in the tree,
pending the final semi-automatic purge.
Approved by: portmgr (implicitly)
Notes
Notes:
svn path=/head/; revision=77037
Diffstat (limited to 'print/yatex-mule/Makefile')
-rw-r--r-- | print/yatex-mule/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/yatex-mule/Makefile b/print/yatex-mule/Makefile index 6349cdbcd4d1..f24d548aa015 100644 --- a/print/yatex-mule/Makefile +++ b/print/yatex-mule/Makefile @@ -8,7 +8,8 @@ PKGNAMESUFFIX= -mule MASTERDIR= ${.CURDIR}/../yatex -COMMENTFILE= ${.CURDIR}/pkg-comment +COMMENT= Yet Another LaTeX mode and html mode on Emacs (for mule 2.3) + EMACS_PORT_NAME=mule .include "${MASTERDIR}/Makefile" |