diff options
author | obache <obache@pkgsrc.org> | 2007-12-30 13:35:44 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2007-12-30 13:35:44 +0000 |
commit | 5743b695ccc48d310f8c8f646b2c82eadaf500b7 (patch) | |
tree | 2ff630e17967349671eeff8d2520c1e1a36993fb /sysutils | |
parent | d01fa395f77f8fff615f19289ec82171a285d770 (diff) | |
download | pkgsrc-5743b695ccc48d310f8c8f646b2c82eadaf500b7.tar.gz |
Need pre-created directory 'sbin', not 'bin'.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/dptutil/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/dptutil/Makefile b/sysutils/dptutil/Makefile index 8b27efc3418..02dac5a4e35 100644 --- a/sysutils/dptutil/Makefile +++ b/sysutils/dptutil/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2006/06/18 16:04:28 rillig Exp $ +# $NetBSD: Makefile,v 1.10 2007/12/30 13:35:44 obache Exp $ DISTNAME= raidmgt-3.31 PKGNAME= dptutil-3.31 @@ -16,7 +16,7 @@ ONLY_FOR_PLATFORM= NetBSD-*-i386 USE_LANGUAGES= c++ USE_TOOLS+= makedepend -INSTALLATION_DIRS= bin +INSTALLATION_DIRS= sbin post-patch: ${SED} -e "s,@SBINDIR@,${PREFIX}/sbin,g" \ |