pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/emacs-w3m Correct the emacs path in PLIST, which h...
details: https://anonhg.NetBSD.org/pkgsrc/rev/eba5dff454f1
branches: trunk
changeset: 490068:eba5dff454f1
user: minskim <minskim%pkgsrc.org@localhost>
date: Wed Mar 02 20:43:19 2005 +0000
description:
Correct the emacs path in PLIST, which had been wrong since
editors/emacs was updated to 21.4a. Noted by Kibum Han on tech-pkg@.
diffstat:
www/emacs-w3m/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r ed891df38ec3 -r eba5dff454f1 www/emacs-w3m/Makefile
--- a/www/emacs-w3m/Makefile Wed Mar 02 20:29:56 2005 +0000
+++ b/www/emacs-w3m/Makefile Wed Mar 02 20:43:19 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2004/12/03 15:15:12 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2005/03/02 20:43:19 minskim Exp $
DISTNAME= emacs-w3m-1.3.3
CATEGORIES= www
@@ -42,7 +42,7 @@
ETCDIR= lib/xemacs/site-packages/etc
ICONDIR= ${ETCDIR}/w3m
.else
-ETCDIR= share/emacs/${EMACS_VERSION}/etc
+ETCDIR= share/emacs/${EMACS_VERSION:C/[^0-9]*$//}/etc
ICONDIR= ${ETCDIR}/w3m/icons
.endif
DOCDIR= ${ETCDIR}/w3m/doc
Home |
Main Index |
Thread Index |
Old Index