summaryrefslogtreecommitdiff
path: root/shells/bash2
diff options
context:
space:
mode:
authorjlam <jlam>2002-11-26 10:00:35 +0000
committerjlam <jlam>2002-11-26 10:00:35 +0000
commite2d9fbdf92d3e3c2c5008d314313d3800d1c8e88 (patch)
tree3e6acdcebfdba84ba8a9bfb23a2d6f878bff4dfc /shells/bash2
parent096d3b12287cb2561756bdc5f631b938a2e84f4f (diff)
downloadpkgsrc-e2d9fbdf92d3e3c2c5008d314313d3800d1c8e88.tar.gz
Whitespace.
Diffstat (limited to 'shells/bash2')
-rw-r--r--shells/bash2/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/shells/bash2/Makefile b/shells/bash2/Makefile
index 1a4021f2fae..6f44c5872bf 100644
--- a/shells/bash2/Makefile
+++ b/shells/bash2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2002/11/26 09:39:10 jlam Exp $
+# $NetBSD: Makefile,v 1.40 2002/11/26 10:00:35 jlam Exp $
#
DISTNAME= bash-2.05b
@@ -72,8 +72,8 @@ LDFLAGS= # empty
LIBINTL_LIST!= set ${GETTEXT_PREFIX}/lib/libintl.*; ${ECHO} $$1
.if ${LIBINTL_LIST} != "${GETTEXT_PREFIX}/lib/libintl.*"
LDFLAGS+= -L${GETTEXTDIR}/lib
-.if ${_USE_RPATH} == "yes"
+. if ${_USE_RPATH} == "yes"
LDFLAGS+= -Wl,-R${GETTEXT_PREFIX}/lib
-.endif
+. endif
LIBS+= ${LDFLAGS} -lintl
.endif