summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz>2003-01-11 11:59:35 +0000
committerwiz <wiz>2003-01-11 11:59:35 +0000
commit3534c3ee8d755ce6903bf24457e80b86c11db5bf (patch)
tree1a114ba2dc4a2bd099e35902543fcc1f6155bc82
parentcc0e97f0055e347c895a06c618dd469d900aca36 (diff)
downloadpkgsrc-3534c3ee8d755ce6903bf24457e80b86c11db5bf.tar.gz
Add } that got lost in last.
-rw-r--r--pkgtools/pkg_install/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/pkg_install/Makefile b/pkgtools/pkg_install/Makefile
index 72ff1920e3b..2165af174e0 100644
--- a/pkgtools/pkg_install/Makefile
+++ b/pkgtools/pkg_install/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.68 2003/01/11 07:54:28 schmonz Exp $
+# $NetBSD: Makefile,v 1.69 2003/01/11 11:59:35 wiz Exp $
# Notes to package maintainers:
#
@@ -57,7 +57,7 @@ post-install:
.include "../../databases/db/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"
-PREFIX:= ${PKG_TOOLS_BIN:C|/[^/]?bin$||
+PREFIX:= ${PKG_TOOLS_BIN:C|/[^/]?bin$||}
.if ${PREFIX} == "/usr"
CONFIGURE_ARGS+= --mandir=${PREFIX}/share/man
.else