diff options
author | gj <gj@FreeBSD.org> | 2003-03-06 11:02:59 +0000 |
---|---|---|
committer | gj <gj@FreeBSD.org> | 2003-03-06 11:02:59 +0000 |
commit | 5859a2fae1f729957007d320e920e8cbb004c46a (patch) | |
tree | a5f5a6f68ea9aa51e1a1cde5d45af5bdd572ae46 /editors/xemacs21/Makefile | |
parent | bf3653c99666bae6b6834263096c46f3d838b80f (diff) | |
download | FreeBSD-ports-5859a2fae1f729957007d320e920e8cbb004c46a.zip FreeBSD-ports-5859a2fae1f729957007d320e920e8cbb004c46a.tar.gz |
Remove pkg-comment and add COMMENT to the Makefile.
Diffstat (limited to 'editors/xemacs21/Makefile')
-rw-r--r-- | editors/xemacs21/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/xemacs21/Makefile b/editors/xemacs21/Makefile index a7ca520..344c0e9 100644 --- a/editors/xemacs21/Makefile +++ b/editors/xemacs21/Makefile @@ -14,6 +14,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}-elc${EXTRACT_SUFX} ${DISTNAME} DIST_SUBDIR= xemacs MAINTAINER?= gj@FreeBSD.org +COMMENT= XEmacs text editor version 21 RUN_DEPENDS+= ${LOCALBASE}/lib/xemacs/xemacs-packages/etc/enriched.doc:${PORTSDIR}/editors/xemacs-packages .if !defined(WITHOUT_X11) |