diff options
Diffstat (limited to 'sysutils/gkrellm-est/Makefile')
-rw-r--r-- | sysutils/gkrellm-est/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/gkrellm-est/Makefile b/sysutils/gkrellm-est/Makefile index ade71ae314f..3e02d499870 100644 --- a/sysutils/gkrellm-est/Makefile +++ b/sysutils/gkrellm-est/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2005/04/11 21:47:24 tv Exp $ +# $NetBSD: Makefile,v 1.6 2005/06/17 03:50:34 jlam Exp $ # DISTNAME= gkrellm-est-20040710 @@ -15,6 +15,8 @@ NO_CONFIGURE= yes ONLY_FOR_PLATFORM= NetBSD-2.0[F-Z]*-i386 NetBSD-2.99.*-i386 ONLY_FOR_PLATFORM+= NetBSD-[3-9].*-i386 +INSTALLATION_DIRS= lib/gkrellm2/plugins + do-install: ${INSTALL_DATA} ${WRKSRC}/gkrellm-est.so ${PREFIX}/lib/gkrellm2/plugins |