diff options
Diffstat (limited to 'sysutils/dptutil/Makefile')
-rw-r--r-- | sysutils/dptutil/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/dptutil/Makefile b/sysutils/dptutil/Makefile index 494a37792d8..af0e57390fe 100644 --- a/sysutils/dptutil/Makefile +++ b/sysutils/dptutil/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2004/05/07 11:54:35 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2005/06/17 03:50:33 jlam Exp $ DISTNAME= raidmgt-3.31 PKGNAME= dptutil-3.31 @@ -14,6 +14,8 @@ COMMENT= DPT/Adaptec Storage Management software (dptutil) # may have problems. ONLY_FOR_PLATFORM= NetBSD-*-i386 +INSTALLATION_DIRS= bni + post-patch: ${SED} -e "s,@SBINDIR@,${PREFIX}/sbin,g" \ ${WRKSRC}/dpteng/makefile > ${WRKSRC}/dpteng/makefile.tmp |