diff options
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 |