pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/wm/metisse Fix a problem pointed out by Krister Walfri...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1eeeaa815724
branches:  trunk
changeset: 529411:1eeeaa815724
user:      agc <agc%pkgsrc.org@localhost>
date:      Sun Jun 03 21:32:18 2007 +0000

description:
Fix a problem pointed out by Krister Walfridsson - don't indent a comment
with tabs in a Makefile - bmake gets awfully upset because it thinks it's
a shell command.

diffstat:

 wm/metisse/Makefile |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r c94d47154a8e -r 1eeeaa815724 wm/metisse/Makefile
--- a/wm/metisse/Makefile       Sun Jun 03 18:38:14 2007 +0000
+++ b/wm/metisse/Makefile       Sun Jun 03 21:32:18 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2007/06/02 19:25:37 agc Exp $
+# $NetBSD: Makefile,v 1.3 2007/06/03 21:32:18 agc Exp $
 #
 
 DISTNAME=      metisse-0.4.0-rc4
@@ -16,8 +16,7 @@
 USE_PKGLOCALEDIR=      yes
 USE_LANGUAGES=         c c++
 USE_LIBTOOL=           yes
-USE_GNU_READLINE=      yes     # uses read_history_range append_history
-                               # history_truncate_file
+USE_GNU_READLINE=      yes     # uses read_history_range, append_history & history_truncate_file
 
 DEPENDS+=      rxvt>=2.7.10nb5:../../x11/rxvt
 



Home | Main Index | Thread Index | Old Index