aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/gkfreq
diff options
context:
space:
mode:
authorume <ume@FreeBSD.org>2013-10-04 20:40:50 +0800
committerume <ume@FreeBSD.org>2013-10-04 20:40:50 +0800
commit04c0ba9acebeae83199cd8c807b34fe024db718d (patch)
tree17bc5d0f88d23e0c7f55f8eebe6d602bdede6c55 /sysutils/gkfreq
parentfbc5355f279025fefc2e8b9e2d6c5fba127a7cdb (diff)
downloadfreebsd-ports-gnome-04c0ba9acebeae83199cd8c807b34fe024db718d.tar.gz
freebsd-ports-gnome-04c0ba9acebeae83199cd8c807b34fe024db718d.tar.zst
freebsd-ports-gnome-04c0ba9acebeae83199cd8c807b34fe024db718d.zip
enable stage.
Diffstat (limited to 'sysutils/gkfreq')
-rw-r--r--sysutils/gkfreq/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/sysutils/gkfreq/Makefile b/sysutils/gkfreq/Makefile
index 9f65bedc4632..1291b197e00e 100644
--- a/sysutils/gkfreq/Makefile
+++ b/sysutils/gkfreq/Makefile
@@ -17,5 +17,11 @@ USES= pkgconfig
PLIST_FILES= libexec/gkrellm2/plugins/gkrellm-gkfreq.so
-NO_STAGE= yes
+PLUGIN_DIR= ${STAGEDIR}${PREFIX}/libexec/gkrellm2/plugins
+
+MAKE_ENV+= PLUGIN_DIR=${PLUGIN_DIR}
+
+pre-install:
+ @${MKDIR} ${PLUGIN_DIR}
+
.include <bsd.port.mk>