diff options
author | wiz <wiz@pkgsrc.org> | 2003-01-11 11:59:35 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-01-11 11:59:35 +0000 |
commit | 116e6e6311935804521351ec162711477fc4f04a (patch) | |
tree | 1a114ba2dc4a2bd099e35902543fcc1f6155bc82 /pkgtools | |
parent | 05db48074c4f3cdf496eb4f251f2f82796905b3d (diff) | |
download | pkgsrc-116e6e6311935804521351ec162711477fc4f04a.tar.gz |
Add } that got lost in last.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/pkg_install/Makefile | 4 |
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 |