summaryrefslogtreecommitdiff
path: root/shells/rc
diff options
context:
space:
mode:
authordholland <dholland>2014-03-01 03:26:12 +0000
committerdholland <dholland>2014-03-01 03:26:12 +0000
commit7399a4237cb4488c12042bcf1b5c8fa6f142baa8 (patch)
tree8e8405840e5944fa292599ba0960f1fb8a85023a /shells/rc
parent6538641b8693e382ed49fcfc2f6ddfff615f08a4 (diff)
downloadpkgsrc-7399a4237cb4488c12042bcf1b5c8fa6f142baa8.tar.gz
whitespace
Diffstat (limited to 'shells/rc')
-rw-r--r--shells/rc/Makefile8
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"