summaryrefslogtreecommitdiff
path: root/sysutils/dptutil
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2007-12-30 13:35:44 +0000
committerobache <obache@pkgsrc.org>2007-12-30 13:35:44 +0000
commit5743b695ccc48d310f8c8f646b2c82eadaf500b7 (patch)
tree2ff630e17967349671eeff8d2520c1e1a36993fb /sysutils/dptutil
parentd01fa395f77f8fff615f19289ec82171a285d770 (diff)
downloadpkgsrc-5743b695ccc48d310f8c8f646b2c82eadaf500b7.tar.gz
Need pre-created directory 'sbin', not 'bin'.
Diffstat (limited to 'sysutils/dptutil')
-rw-r--r--sysutils/dptutil/Makefile4
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" \