summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorobache <obache>2007-12-30 13:35:44 +0000
committerobache <obache>2007-12-30 13:35:44 +0000
commit3449509842909c8f546ac61936b29c7661f228f5 (patch)
tree2ff630e17967349671eeff8d2520c1e1a36993fb /sysutils
parentca2459018e708db9e49b70a9f66704127986873e (diff)
downloadpkgsrc-3449509842909c8f546ac61936b29c7661f228f5.tar.gz
Need pre-created directory 'sbin', not 'bin'.
Diffstat (limited to 'sysutils')
-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" \