summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-03-27 14:21:21 +0000
committergrant <grant@pkgsrc.org>2004-03-27 14:21:21 +0000
commit3ad43a6467aaff7bfeaa3db44d7377ef220fb983 (patch)
tree009f334f2def1490b5008a42ef093333feaa8d9d /archivers
parent1dbeb699460f95ec2ecb705c747ef55c1fc3887a (diff)
downloadpkgsrc-3ad43a6467aaff7bfeaa3db44d7377ef220fb983.tar.gz
indent block
Diffstat (limited to 'archivers')
-rw-r--r--archivers/unrar/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/archivers/unrar/Makefile b/archivers/unrar/Makefile
index c4f60d704a9..fb4449d0729 100644
--- a/archivers/unrar/Makefile
+++ b/archivers/unrar/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2004/03/11 21:39:17 tv Exp $
+# $NetBSD: Makefile,v 1.31 2004/03/27 14:21:21 grant Exp $
#
DISTNAME= unrarsrc-3.3.6
@@ -32,9 +32,9 @@ do-install:
# Don't set _LARGEFILE_SOURCE for platforms w/o ftello() and fseeko().
#
.for __glob__ in Interix-* NetBSD-1.5*
-.if ${MACHINE_PLATFORM:M${__glob__}} != ""
+. if ${MACHINE_PLATFORM:M${__glob__}} != ""
.MAKEFLAGS+= DEFINES=""
-.endif
+. endif
.endfor
.include "../../mk/bsd.pkg.mk"