summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschmonz <schmonz>2003-01-11 07:54:28 +0000
committerschmonz <schmonz>2003-01-11 07:54:28 +0000
commit6a356307e04470e0db5eb5fd568482312bb2a4be (patch)
tree7050f7d8bf42a9f40c6bdeeb20ff1edb858a0bd5
parentf7141ec263162df68d5f23f84ca0185833b59824 (diff)
downloadpkgsrc-6a356307e04470e0db5eb5fd568482312bb2a4be.tar.gz
Fix cut-and-paste whitespace damage.
-rw-r--r--pkgtools/pkg_install/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgtools/pkg_install/Makefile b/pkgtools/pkg_install/Makefile
index 07cad50a15e..72ff1920e3b 100644
--- a/pkgtools/pkg_install/Makefile
+++ b/pkgtools/pkg_install/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.67 2003/01/11 07:52:15 schmonz Exp $
+# $NetBSD: Makefile,v 1.68 2003/01/11 07:54:28 schmonz Exp $
# Notes to package maintainers:
#
@@ -57,9 +57,9 @@ post-install:
.include "../../databases/db/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"
-PREFIX:= ${PKG_TOOLS_BIN:C|/[^/]?bin$||}
-.if ${PREFIX} == "/usr"
+PREFIX:= ${PKG_TOOLS_BIN:C|/[^/]?bin$||
+.if ${PREFIX} == "/usr"
CONFIGURE_ARGS+= --mandir=${PREFIX}/share/man
.else
CONFIGURE_ARGS+= --mandir=${PREFIX}/man
-.endif
+.endif