1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Add staging support

This commit is contained in:
Pawel Pekala 2014-06-12 12:58:05 +00:00
parent 5e70a882ed
commit 476ec7c0d7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=357594

View File

@ -16,8 +16,11 @@ RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2
USES= pkgconfig
USE_XORG= x11 xxf86vm
PLIST_FILES= libexec/gkrellm2/plugins/gamma.so
MAKE_ENV= PLUGIN_DIR=${PREFIX}/libexec/gkrellm2/plugins
MAKE_ENV= PLUGIN_DIR=${PLUGINDIR}
ALL_TARGET= gamma.so
PLUGINDIR= ${STAGEDIR}${PREFIX}/libexec/gkrellm2/plugins
pre-install:
@${MKDIR} ${PLUGINDIR}
NO_STAGE= yes
.include <bsd.port.mk>