diff options
author | grant <grant@pkgsrc.org> | 2004-03-27 14:21:21 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-03-27 14:21:21 +0000 |
commit | 91686c3dbde8631388dbb55eef0549fc2809af7c (patch) | |
tree | 009f334f2def1490b5008a42ef093333feaa8d9d /archivers | |
parent | dd58c4fbeb02702fcfb77bfa25e337e16dc4c79d (diff) | |
download | pkgsrc-91686c3dbde8631388dbb55eef0549fc2809af7c.tar.gz |
indent block
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/unrar/Makefile | 6 |
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" |