pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/archivers/unrar indent block
details: https://anonhg.NetBSD.org/pkgsrc/rev/f81c87394601
branches: trunk
changeset: 471350:f81c87394601
user: grant <grant%pkgsrc.org@localhost>
date: Sat Mar 27 14:21:21 2004 +0000
description:
indent block
diffstat:
archivers/unrar/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (21 lines):
diff -r 0842374255ab -r f81c87394601 archivers/unrar/Makefile
--- a/archivers/unrar/Makefile Sat Mar 27 08:06:24 2004 +0000
+++ b/archivers/unrar/Makefile Sat Mar 27 14:21:21 2004 +0000
@@ -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 @@
# 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"
Home |
Main Index |
Thread Index |
Old Index