summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArcady Genkin <agenkin@gentoo.org>2002-02-16 05:17:01 +0000
committerArcady Genkin <agenkin@gentoo.org>2002-02-16 05:17:01 +0000
commitccb28e2f595b8cad2b20cee0401d23aa5dccc5a4 (patch)
tree29333b8c8552478a658b6eada0b23eaf1d96a2d0 /app-editors
parentInitial version of the package (diff)
downloadhistorical-ccb28e2f595b8cad2b20cee0401d23aa5dccc5a4.tar.gz
historical-ccb28e2f595b8cad2b20cee0401d23aa5dccc5a4.tar.bz2
historical-ccb28e2f595b8cad2b20cee0401d23aa5dccc5a4.zip
Small bugfix by Matthew Kennedy (bug 568).
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/xemacs/xemacs-21.4.6.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/xemacs/xemacs-21.4.6.ebuild b/app-editors/xemacs/xemacs-21.4.6.ebuild
index 9ebf3146fe5e..1650eccc4acf 100644
--- a/app-editors/xemacs/xemacs-21.4.6.ebuild
+++ b/app-editors/xemacs/xemacs-21.4.6.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2001 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author: Geert Bevin <gbevin@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.4.6.ebuild,v 1.2 2002/02/15 05:55:23 agenkin Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.4.6.ebuild,v 1.3 2002/02/16 05:17:01 agenkin Exp $
S="${WORKDIR}/${P}"
DESCRIPTION="The ultimate emacs, IMO. This is a non-FSF but still free for use version of the biggest text editor ever created."
@@ -93,5 +93,5 @@ src_install() {
cd "${D}/usr/share/info"
rm -f dir info.info texinfo* termcap*
cd "${S}"
- dodoc BUGS CHANGES-beta COPYING GETTING* INSTALL ISSUES PROBLEMS README*
+ dodoc BUGS CHANGES-release COPYING GETTING* INSTALL ISSUES PROBLEMS README*
}