summaryrefslogtreecommitdiff
path: root/sysutils/gkrellm-est
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2010-01-27 18:56:54 +0000
committerjoerg <joerg@pkgsrc.org>2010-01-27 18:56:54 +0000
commit2f20b3434b59f1534750ca1a966997981c7df186 (patch)
treed026392a164f985dfe3ffd77372dfb02025341fa /sysutils/gkrellm-est
parente108cf8f82d8ad7cdb9ee4cd085708e454a981e7 (diff)
downloadpkgsrc-2f20b3434b59f1534750ca1a966997981c7df186.tar.gz
DESTDIR support
Diffstat (limited to 'sysutils/gkrellm-est')
-rw-r--r--sysutils/gkrellm-est/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/sysutils/gkrellm-est/Makefile b/sysutils/gkrellm-est/Makefile
index 4e7fb5fcb34..d19f4c6091a 100644
--- a/sysutils/gkrellm-est/Makefile
+++ b/sysutils/gkrellm-est/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2010/01/17 12:02:45 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2010/01/27 18:57:54 joerg Exp $
#
DISTNAME= gkrellm-est-20040710
@@ -10,6 +10,8 @@ MAINTAINER= cube@NetBSD.org
HOMEPAGE= http://cubidou.nerim.net/gkrellm-est/
COMMENT= GKrellM plugin that controls EST-capable processors
+PKG_DESTDIR_SUPPORT= user-destdir
+
NO_CONFIGURE= yes
USE_TOOLS+= pkg-config
@@ -20,7 +22,7 @@ ONLY_FOR_PLATFORM+= DragonFly-1.[7-9].*-i386 DragonFly-[2-9].*-i386
INSTALLATION_DIRS= lib/gkrellm2/plugins
do-install:
- ${INSTALL_DATA} ${WRKSRC}/gkrellm-est.so ${PREFIX}/lib/gkrellm2/plugins
+ ${INSTALL_DATA} ${WRKSRC}/gkrellm-est.so ${DESTDIR}${PREFIX}/lib/gkrellm2/plugins
.include "../../sysutils/gkrellm/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"