diff options
author | dholland <dholland@pkgsrc.org> | 2012-06-15 23:06:02 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-06-15 23:06:02 +0000 |
commit | ff816060bd39b709e662c5359d1d123457590836 (patch) | |
tree | c7e9bf60d6a338e40f3bb098b71f0c657b7dc799 /x11/rxvt-unicode | |
parent | 1321b597d422b8a5e8b93a2a23c4134ecebe09ef (diff) | |
download | pkgsrc-ff816060bd39b709e662c5359d1d123457590836.tar.gz |
Whitespace. (as whined about by pkglint)
Diffstat (limited to 'x11/rxvt-unicode')
-rw-r--r-- | x11/rxvt-unicode/Makefile | 6 | ||||
-rw-r--r-- | x11/rxvt-unicode/options.mk | 12 |
2 files changed, 9 insertions, 9 deletions
diff --git a/x11/rxvt-unicode/Makefile b/x11/rxvt-unicode/Makefile index a7026274f9f..70ae3d2e426 100644 --- a/x11/rxvt-unicode/Makefile +++ b/x11/rxvt-unicode/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2012/03/01 23:06:30 morr Exp $ +# $NetBSD: Makefile,v 1.36 2012/06/15 23:06:04 dholland Exp $ DISTNAME= rxvt-unicode-9.15 PKGREVISION= 1 @@ -19,10 +19,10 @@ USE_FEATURES+= snprintf CONFIGURE_ENV+= ac_cv_path_TIC=no -CONFIGURE_ARGS+= --enable-256-color +CONFIGURE_ARGS+= --enable-256-color PKG_DESTDIR_SUPPORT= user-destdir -INSTALLATION_DIRS+= share/doc/rxvt-unicode share/examples/rxvt-unicode +INSTALLATION_DIRS+= share/doc/rxvt-unicode share/examples/rxvt-unicode post-install: ${INSTALL_DATA} ${WRKSRC}/README.FAQ \ diff --git a/x11/rxvt-unicode/options.mk b/x11/rxvt-unicode/options.mk index 2f5bea9e4ae..d1df60f186f 100644 --- a/x11/rxvt-unicode/options.mk +++ b/x11/rxvt-unicode/options.mk @@ -1,8 +1,8 @@ -# $NetBSD: options.mk,v 1.9 2012/02/29 18:49:40 morr Exp $ +# $NetBSD: options.mk,v 1.10 2012/06/15 23:06:04 dholland Exp $ -PKG_OPTIONS_VAR= PKG_OPTIONS.rxvt-unicode -PKG_SUPPORTED_OPTIONS= perl unicode3 xft2 rxvt-term -PKG_SUGGESTED_OPTIONS= perl unicode3 xft2 +PKG_OPTIONS_VAR= PKG_OPTIONS.rxvt-unicode +PKG_SUPPORTED_OPTIONS= perl unicode3 xft2 rxvt-term +PKG_SUGGESTED_OPTIONS= perl unicode3 xft2 .include "../../mk/bsd.options.mk" @@ -12,12 +12,12 @@ CONFIGURE_ARGS+= --with-term=rxvt PLIST_VARS+= perl .if !empty(PKG_OPTIONS:Mperl) -USE_TOOLS+= perl:run +USE_TOOLS+= perl:run CONFIGURE_ARGS+= --enable-perl PLIST.perl= yes .include "../../lang/perl5/buildlink3.mk" USE_TOOLS+= perl -REPLACE_PERL+= src/perl/* +REPLACE_PERL+= src/perl/* .else CONFIGURE_ARGS+= --disable-perl .endif |