summaryrefslogtreecommitdiff
path: root/net/gkrellm-wireless
diff options
context:
space:
mode:
authordamon <damon>2001-11-01 15:28:44 +0000
committerdamon <damon>2001-11-01 15:28:44 +0000
commit2692589f6eb2a218e94b35c750a674d5c496068d (patch)
tree37c9e780af63048b124aa0ea4423b9385e4ee33a /net/gkrellm-wireless
parentcd524fe138757277315dfbdb350f1c5ea0db12e7 (diff)
downloadpkgsrc-2692589f6eb2a218e94b35c750a674d5c496068d.tar.gz
Ensure the plugins dir is there at install time
Diffstat (limited to 'net/gkrellm-wireless')
-rw-r--r--net/gkrellm-wireless/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/gkrellm-wireless/Makefile b/net/gkrellm-wireless/Makefile
index 0d47af67ff6..4d4691a4ff2 100644
--- a/net/gkrellm-wireless/Makefile
+++ b/net/gkrellm-wireless/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2001/10/31 00:30:21 damon Exp $
+# $NetBSD: Makefile,v 1.2 2001/11/01 15:33:36 damon Exp $
DISTNAME= gkrellmwireless-0.2.2
PKGNAME= gkrellm-wireless-0.2.2
@@ -16,6 +16,7 @@ ONLY_FOR_PLATFORM= *BSD-*-* Linux-*-*
USE_GMAKE= #defined
do-install:
+ ${INSTALL_DATA_DIR} ${PREFIX}/lib/gkrellm/plugins
${INSTALL_PROGRAM} ${WRKSRC}/wireless.so ${PREFIX}/lib/gkrellm/plugins/
.include "../../mk/bsd.prefs.mk"