diff options
author | damon <damon@pkgsrc.org> | 2001-11-01 15:28:44 +0000 |
---|---|---|
committer | damon <damon@pkgsrc.org> | 2001-11-01 15:28:44 +0000 |
commit | 608cdd1d99cf52a400e48628309078b65a633290 (patch) | |
tree | 37c9e780af63048b124aa0ea4423b9385e4ee33a /misc/gkrellm-weather | |
parent | 15400ec5038a78c042bd2760d1027ca8134ea9cb (diff) | |
download | pkgsrc-608cdd1d99cf52a400e48628309078b65a633290.tar.gz |
Ensure the plugins dir is there at install time
Diffstat (limited to 'misc/gkrellm-weather')
-rw-r--r-- | misc/gkrellm-weather/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
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" |