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 /x11/xplanet | |
parent | 7d3fc308d5df79646f49f260085854f0bcc2fd80 (diff) | |
download | pkgsrc-601583c3207bd23bb05d0761888aefcb5699e1c2.tar.gz |
Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
Diffstat (limited to 'x11/xplanet')
-rw-r--r-- | x11/xplanet/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11/xplanet/Makefile b/x11/xplanet/Makefile index fd99ed797ca..1cbe3e9996a 100644 --- a/x11/xplanet/Makefile +++ b/x11/xplanet/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2007/01/26 18:22:48 joerg Exp $ +# $NetBSD: Makefile,v 1.38 2007/02/22 19:27:29 wiz Exp $ DISTNAME= xplanet-1.2.0 PKGREVISION= 3 @@ -20,9 +20,9 @@ XPLANET_DIRS= arcs config fonts images markers origin XPLANET_DIRS+= satellites scripts spice stars INSTALLATION_DIRS+= ${XPLANET_DIRS:C,.*,share/xplanet/&,g} -PKG_OPTIONS_VAR= PKG_OPTIONS.xplanet -PKG_SUPPORTED_OPTIONS= x11 -PKG_SUGGESTED_OPTIONS= x11 +PKG_OPTIONS_VAR= PKG_OPTIONS.xplanet +PKG_SUPPORTED_OPTIONS= x11 +PKG_SUGGESTED_OPTIONS= x11 .include "../../mk/bsd.options.mk" |