diff options
author | wiz <wiz@pkgsrc.org> | 2007-02-22 19:26:05 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-02-22 19:26:05 +0000 |
commit | 601583c3207bd23bb05d0761888aefcb5699e1c2 (patch) | |
tree | fae33b1f36c87708a527346fcfbac7913893ed98 /net/arla | |
parent | 7d3fc308d5df79646f49f260085854f0bcc2fd80 (diff) | |
download | pkgsrc-601583c3207bd23bb05d0761888aefcb5699e1c2.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/Makefile | 4 | ||||
-rw-r--r-- | net/arla/options.mk | 6 |
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 |