diff options
author | joerg <joerg> | 2010-02-01 00:59:27 +0000 |
---|---|---|
committer | joerg <joerg> | 2010-02-01 00:59:27 +0000 |
commit | fbea5237eb1f255769dd79d8a03bf5ef5137e24d (patch) | |
tree | 3d82cc6015cb672ec4375d108cad6c1630a78d7b /audio/gkrellm-xmms | |
parent | 0e7427a9e743d841c417c84d78af7e8ce530d978 (diff) | |
download | pkgsrc-fbea5237eb1f255769dd79d8a03bf5ef5137e24d.tar.gz |
DESTDIR support
Diffstat (limited to 'audio/gkrellm-xmms')
-rw-r--r-- | audio/gkrellm-xmms/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/audio/gkrellm-xmms/Makefile b/audio/gkrellm-xmms/Makefile index 17db55e10fd..653f7a6417c 100644 --- a/audio/gkrellm-xmms/Makefile +++ b/audio/gkrellm-xmms/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2010/01/17 12:02:04 wiz Exp $ +# $NetBSD: Makefile,v 1.31 2010/02/01 01:13:28 joerg Exp $ # DISTNAME= gkrellmms-2.1.20 @@ -11,6 +11,8 @@ MAINTAINER= cube@NetBSD.org HOMEPAGE= http://gkrellm.luon.net/gkrellmms.phtml COMMENT= GKrellM2 plugin to remotely control XMMS +PKG_DESTDIR_SUPPORT= user-destdir + USE_TOOLS+= gmake msgfmt pkg-config USE_PKGLOCALEDIR= YES @@ -20,6 +22,8 @@ WRKSRC= ${WRKDIR}/gkrellmms MAKE_ENV+= LOCALEDIR=${PREFIX}/${PKGLOCALEDIR}/locale \ enable_nls=1 +INSTALLATION_DIRS+= lib/gkrellm2/plugins + .include "../../sysutils/gkrellm/buildlink3.mk" .include "../../audio/xmms/buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" |