summaryrefslogtreecommitdiff
path: root/net/arla
diff options
context:
space:
mode:
authorwiz <wiz>2007-02-22 19:26:05 +0000
committerwiz <wiz>2007-02-22 19:26:05 +0000
commit0dd0ea596a01ad42bf95558677bb8b3558cfc518 (patch)
treefae33b1f36c87708a527346fcfbac7913893ed98 /net/arla
parent2040f60083a0ef86919ddcf2b21a05cd4b863326 (diff)
downloadpkgsrc-0dd0ea596a01ad42bf95558677bb8b3558cfc518.tar.gz
Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
Diffstat (limited to 'net/arla')
-rw-r--r--net/arla/Makefile4
-rw-r--r--net/arla/options.mk6
2 files changed, 5 insertions, 5 deletions
diff --git a/net/arla/Makefile b/net/arla/Makefile
index 0d5f4154bfa..b0c23ade422 100644
--- a/net/arla/Makefile
+++ b/net/arla/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.62 2007/01/31 00:04:12 wiz Exp $
+# $NetBSD: Makefile,v 1.63 2007/02/22 19:26:52 wiz Exp $
DISTNAME= arla-0.43
PKGREVISION= 1
@@ -62,7 +62,7 @@ EGDIR= ${PREFIX}/share/examples/arla
EGFILES= CellServDB DynRootDB SuidCells ThisCell arla.conf
.for f in ${EGFILES}
-CONF_FILES+= ${EGDIR}/${f} ${PKG_SYSCONFDIR}/${f}
+CONF_FILES+= ${EGDIR}/${f} ${PKG_SYSCONFDIR}/${f}
.endfor
RCD_SCRIPTS= arlad
diff --git a/net/arla/options.mk b/net/arla/options.mk
index 630969ec7e2..bf72a4c3ca7 100644
--- a/net/arla/options.mk
+++ b/net/arla/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2006/08/24 17:59:04 wennmach Exp $
+# $NetBSD: options.mk,v 1.2 2007/02/22 19:26:52 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.arla
PKG_SUPPORTED_OPTIONS= x11
@@ -11,6 +11,6 @@ CONFIGURE_ARGS+= --with-x
PLIST_SUBST+= X11_SUPPORT=
.include "../../mk/x11.buildlink3.mk"
.else
-CONFIGURE_ARGS+= --without-x
-PLIST_SUBST+= X11_SUPPORT='@comment '
+CONFIGURE_ARGS+= --without-x
+PLIST_SUBST+= X11_SUPPORT='@comment '
.endif