diff options
author | dholland <dholland@pkgsrc.org> | 2014-03-01 03:26:12 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2014-03-01 03:26:12 +0000 |
commit | 689412c0529669552318b62173d1e5ca35e3ca9a (patch) | |
tree | 8e8405840e5944fa292599ba0960f1fb8a85023a /shells/rc/Makefile | |
parent | 9b9489d18673fce00fa23db05e9530c54330e951 (diff) | |
download | pkgsrc-689412c0529669552318b62173d1e5ca35e3ca9a.tar.gz |
whitespace
Diffstat (limited to 'shells/rc/Makefile')
-rw-r--r-- | shells/rc/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/shells/rc/Makefile b/shells/rc/Makefile index 5834846f9fd..23e216a2846 100644 --- a/shells/rc/Makefile +++ b/shells/rc/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.29 2014/03/01 03:24:43 dholland Exp $ +# $NetBSD: Makefile,v 1.30 2014/03/01 03:26:12 dholland Exp $ -DISTNAME= rc-1.7 +DISTNAME= rc-1.7 PKGREVISION= 1 CATEGORIES= shells plan9 -MASTER_SITES= http://www-ftp.lip6.fr/pub/unix/shells/rc/ +MASTER_SITES= http://www-ftp.lip6.fr/pub/unix/shells/rc/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://tobold.org/article/rc @@ -22,7 +22,7 @@ PKG_SUPPORTED_OPTIONS= readline .if !empty(PKG_OPTIONS:Mreadline) .include "../../devel/readline/buildlink3.mk" -CONFIGURE_ARGS+= --with-readline +CONFIGURE_ARGS+= --with-readline .endif .include "../../mk/bsd.pkg.mk" |