summaryrefslogtreecommitdiff
path: root/sysutils/sformat
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2007-02-22 19:26:05 +0000
committerwiz <wiz@pkgsrc.org>2007-02-22 19:26:05 +0000
commit601583c3207bd23bb05d0761888aefcb5699e1c2 (patch)
treefae33b1f36c87708a527346fcfbac7913893ed98 /sysutils/sformat
parent7d3fc308d5df79646f49f260085854f0bcc2fd80 (diff)
downloadpkgsrc-601583c3207bd23bb05d0761888aefcb5699e1c2.tar.gz
Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
Diffstat (limited to 'sysutils/sformat')
-rw-r--r--sysutils/sformat/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/sformat/Makefile b/sysutils/sformat/Makefile
index 38b70698a72..39e5e70d241 100644
--- a/sysutils/sformat/Makefile
+++ b/sysutils/sformat/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2007/01/07 09:14:12 rillig Exp $
+# $NetBSD: Makefile,v 1.9 2007/02/22 19:27:12 wiz Exp $
#
DISTNAME= sformat-3.5
@@ -18,8 +18,8 @@ USE_TOOLS+= gmake
TBL?= tbl
# avoid picking up a bad ${ARCH} during the build
-MAKE_ENV+= ARCH=""
-MAKE_ENV+= MAKEPROG="gmake"
+MAKE_ENV+= ARCH=""
+MAKE_ENV+= MAKEPROG="gmake"
MAKE_ENV+= COPTX=${CFLAGS:M*:Q}
MAKE_ENV+= LDOPTX=${LDFLAGS:M*:Q}
MAKE_FLAGS+= INS_BASE=${LOCALBASE:Q} # won't work in MAKE_ENV!