svn commit: r348692 - head/misc/gkrellmfmonitor
Emanuel Haupt
ehaupt at FreeBSD.org
Thu Mar 20 15:10:18 UTC 2014
Author: ehaupt
Date: Thu Mar 20 15:10:18 2014
New Revision: 348692
URL: http://svnweb.freebsd.org/changeset/ports/348692
QAT: https://qat.redports.org/buildarchive/r348692/
Log:
Support staging
Modified:
head/misc/gkrellmfmonitor/Makefile
Modified: head/misc/gkrellmfmonitor/Makefile
==============================================================================
--- head/misc/gkrellmfmonitor/Makefile Thu Mar 20 15:07:30 2014 (r348691)
+++ head/misc/gkrellmfmonitor/Makefile Thu Mar 20 15:10:18 2014 (r348692)
@@ -16,13 +16,16 @@ BUILD_DEPENDS= ${LOCALBASE}/include/gkre
RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm
PLIST_FILES= libexec/gkrellm/plugins/fmonitor.so
+PLIST_DIRSTRY= libexec/gkrellm/plugins libexec/gkrellm
+
USE_GNOME= imlib
ALL_TARGET= fmonitor.so
CFLAGS+= -fPIC `${GTK_CONFIG} --cflags` `imlib-config --cflags-gdk`
MAKE_ARGS= CC="${CC} ${CFLAGS}" GTK_LIB="`${GTK_CONFIG} --libs`"
-NO_STAGE= yes
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/fmonitor.so ${PREFIX}/libexec/gkrellm/plugins
+ @${MKDIR} ${STAGEDIR}${PREFIX}/libexec/gkrellm/plugins
+ ${INSTALL_LIB} ${WRKSRC}/fmonitor.so \
+ ${STAGEDIR}${PREFIX}/libexec/gkrellm/plugins
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list