diff options
author | wiz <wiz> | 2001-02-16 14:38:16 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-02-16 14:38:16 +0000 |
commit | d7d375166804180b99de6a2eb77d406136e65d5c (patch) | |
tree | d583765b38ad8c9086e6f3c1b1f72fcf3c9cf6ff /editors/xemacs | |
parent | 209586d4a9c7015edc99d25f7da50055bc2cf3ee (diff) | |
download | pkgsrc-d7d375166804180b99de6a2eb77d406136e65d5c.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'editors/xemacs')
-rw-r--r-- | editors/xemacs/Makefile | 3 | ||||
-rw-r--r-- | editors/xemacs/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/editors/xemacs/Makefile b/editors/xemacs/Makefile index e7ddaffc84f..25938cecff7 100644 --- a/editors/xemacs/Makefile +++ b/editors/xemacs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2000/11/25 10:47:15 tron Exp $ +# $NetBSD: Makefile,v 1.29 2001/02/16 14:40:55 wiz Exp $ # FreeBSD Id: Makefile,v 1.1.1.1 1997/09/03 19:27:57 gj Exp DISTNAME= xemacs-21.1.12 @@ -13,6 +13,7 @@ DISTFILES= ${EXTRACT_ONLY} ${EXTRA_FILES} MAINTAINER= tron@netbsd.org HOMEPAGE= http://www.xemacs.org/ +COMMENT= XEmacs text editor version 21 DEPENDS+= gdbm>=1.7.3:../../databases/gdbm DEPENDS+= png>=1.0.6:../../graphics/png diff --git a/editors/xemacs/pkg/COMMENT b/editors/xemacs/pkg/COMMENT deleted file mode 100644 index 6c441dfcb17..00000000000 --- a/editors/xemacs/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -XEmacs text editor version 21 |