diff options
Diffstat (limited to 'x11/rxvt-unicode/Makefile')
-rw-r--r-- | x11/rxvt-unicode/Makefile | 6 |
1 files changed, 3 insertions, 3 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 \ |