diff options
author | joerg <joerg> | 2010-01-27 18:56:54 +0000 |
---|---|---|
committer | joerg <joerg> | 2010-01-27 18:56:54 +0000 |
commit | a65ad3c9b7cee25995a3071c877fb7bb5eeb5f35 (patch) | |
tree | d026392a164f985dfe3ffd77372dfb02025341fa /sysutils/gkrellm-est | |
parent | f7a853201da57430a69827a101929410e5590325 (diff) | |
download | pkgsrc-a65ad3c9b7cee25995a3071c877fb7bb5eeb5f35.tar.gz |
DESTDIR support
Diffstat (limited to 'sysutils/gkrellm-est')
-rw-r--r-- | sysutils/gkrellm-est/Makefile | 6 |
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" |