pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/mrxvt whitespace nits
details: https://anonhg.NetBSD.org/pkgsrc/rev/dacb29e40ee1
branches: trunk
changeset: 537846:dacb29e40ee1
user: tnn <tnn%pkgsrc.org@localhost>
date: Thu Jan 17 23:27:13 2008 +0000
description:
whitespace nits
diffstat:
x11/mrxvt/Makefile | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diffs (28 lines):
diff -r 36136e0285f1 -r dacb29e40ee1 x11/mrxvt/Makefile
--- a/x11/mrxvt/Makefile Thu Jan 17 23:09:28 2008 +0000
+++ b/x11/mrxvt/Makefile Thu Jan 17 23:27:13 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2007/09/23 07:57:00 tnn Exp $
+# $NetBSD: Makefile,v 1.15 2008/01/17 23:27:13 tnn Exp $
#
DISTNAME= mrxvt-0.5.3
@@ -24,6 +24,7 @@
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
.include "../../mk/bsd.prefs.mk"
+
.if ${OPSYS} == "HPUX"
CONFIGURE_ARGS+= --disable-lastlog --disable-utmp --disable-wtmp
.endif
@@ -42,8 +43,8 @@
# Make mrxvt setuid root so that tty ownership setting and utmp logging
# function correctly.
#
-CONFIGURE_ARGS+=--enable-ttygid
-SPECIAL_PERMS= ${PREFIX}/bin/mrxvt ${SETUID_ROOT_PERMS}
+CONFIGURE_ARGS+= --enable-ttygid
+SPECIAL_PERMS= ${PREFIX}/bin/mrxvt ${SETUID_ROOT_PERMS}
.endif
BUILDLINK_DEPMETHOD.libXt+= build
Home |
Main Index |
Thread Index |
Old Index