diff options
author | obache <obache> | 2008-01-20 07:25:13 +0000 |
---|---|---|
committer | obache <obache> | 2008-01-20 07:25:13 +0000 |
commit | b647d502be53a6739ae63e042dfb8ae879e69184 (patch) | |
tree | 747487ff5e13080357031b1cada290306f66dee1 /sysutils/xfsprogs | |
parent | 493367bae8120bff229e067e4f9e9012f5d7a0ee (diff) | |
download | pkgsrc-b647d502be53a6739ae63e042dfb8ae879e69184.tar.gz |
Force not to replace install-sh with pkgsrc version.
Using special argument '-T'.
Fixes installation problem reported in PR 37661.
Diffstat (limited to 'sysutils/xfsprogs')
-rw-r--r-- | sysutils/xfsprogs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/xfsprogs/Makefile b/sysutils/xfsprogs/Makefile index a173475c43c..1e300063edd 100644 --- a/sysutils/xfsprogs/Makefile +++ b/sysutils/xfsprogs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2007/02/22 19:01:25 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2008/01/20 07:25:13 obache Exp $ DISTNAME= xfsprogs-2.7.3.src PKGNAME= ${DISTNAME:S/.src//} @@ -15,6 +15,7 @@ USE_TOOLS+= gmake autoconf msgfmt USE_LIBTOOL= yes CONFIGURE_ARGS+=--enable-readline CONFIGURE_ENV+= INSTALL_USER=${ROOT_USER} INSTALL_GROUP=${ROOT_GROUP} +INSTALL_SH_OVERRIDE= no WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} BUILD_TARGET= |