diff options
author | heinz <heinz> | 2007-05-18 19:33:26 +0000 |
---|---|---|
committer | heinz <heinz> | 2007-05-18 19:33:26 +0000 |
commit | 1982eab08db44dad7cdef02b8152fd6a74abf1df (patch) | |
tree | 1656c933d0f08306f050d74ccb324b327e4bbfcf /sysutils/ipmitool/Makefile | |
parent | 58892561e00f048143c494f1229ce38b6a13adea (diff) | |
download | pkgsrc-1982eab08db44dad7cdef02b8152fd6a74abf1df.tar.gz |
The package supports installation to DESTDIR.
Diffstat (limited to 'sysutils/ipmitool/Makefile')
-rw-r--r-- | sysutils/ipmitool/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/ipmitool/Makefile b/sysutils/ipmitool/Makefile index c9632f246c2..3c94cf49d41 100644 --- a/sysutils/ipmitool/Makefile +++ b/sysutils/ipmitool/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2007/01/10 14:27:47 martti Exp $ +# $NetBSD: Makefile,v 1.4 2007/05/18 19:33:26 heinz Exp $ # DISTNAME= ipmitool-1.8.8 @@ -9,6 +9,7 @@ MAINTAINER= heinz@NetBSD.org HOMEPAGE= http://ipmitool.sourceforge.net/ COMMENT= Command-line utility for managing IPMI devices +PKG_DESTDIR_SUPPORT= user-destdir PKG_INSTALLATION_TYPES= overwrite pkgviews GNU_CONFIGURE= yes |