diff options
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" |