diff options
Diffstat (limited to 'misc')
-rw-r--r-- | misc/gkrellm-moon/Makefile | 5 | ||||
-rw-r--r-- | misc/gkrellm-weather/Makefile | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/misc/gkrellm-moon/Makefile b/misc/gkrellm-moon/Makefile index f482cf92660..a7979fbffc0 100644 --- a/misc/gkrellm-moon/Makefile +++ b/misc/gkrellm-moon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/10/30 13:24:25 damon Exp $ +# $NetBSD: Makefile,v 1.2 2001/11/01 15:31:52 damon Exp $ DISTNAME= gkrellmoon-0.3 PKGNAME= gkrellm-moon-0.3 @@ -11,4 +11,7 @@ COMMENT= gkrellm moonclock plugin DEPENDS+= gkrellm-1.2.*:../../sysutils/gkrellm +pre-install: + ${INSTALL_DATA_DIR} ${PREFIX}/lib/gkrellm/plugins + .include "../../mk/bsd.pkg.mk" diff --git a/misc/gkrellm-weather/Makefile b/misc/gkrellm-weather/Makefile index a329c491c26..bd8c49ff0d1 100644 --- a/misc/gkrellm-weather/Makefile +++ b/misc/gkrellm-weather/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/10/30 13:24:58 damon Exp $ +# $NetBSD: Makefile,v 1.2 2001/11/01 15:32:28 damon Exp $ DISTNAME= gkrellweather-0.2.7 PKGNAME= gkrellm-weather-0.2.7 @@ -12,4 +12,7 @@ COMMENT= gkrellm weather plugin DEPENDS+= gkrellm-1.2.*:../../sysutils/gkrellm DEPENDS+= wmWeather-1.3*:../../x11/wmweather +pre-install: + ${INSTALL_DATA_DIR} ${PREFIX}/lib/gkrellm/plugins + .include "../../mk/bsd.pkg.mk" |