svn commit: r348706 - head/sysutils/gkrellfire
Emanuel Haupt
ehaupt at FreeBSD.org
Thu Mar 20 15:47:33 UTC 2014
Author: ehaupt
Date: Thu Mar 20 15:47:33 2014
New Revision: 348706
URL: http://svnweb.freebsd.org/changeset/ports/348706
QAT: https://qat.redports.org/buildarchive/r348706/
Log:
Support staging
Modified:
head/sysutils/gkrellfire/Makefile
Modified: head/sysutils/gkrellfire/Makefile
==============================================================================
--- head/sysutils/gkrellfire/Makefile Thu Mar 20 15:44:13 2014 (r348705)
+++ head/sysutils/gkrellfire/Makefile Thu Mar 20 15:47:33 2014 (r348706)
@@ -6,7 +6,7 @@ PORTVERSION= 0.4.2
PORTREVISION= 4
CATEGORIES= sysutils
MASTER_SITES= http://freenet-homepage.de/thomas-steinke/ \
- ${MASTER_SITE_LOCAL}
+ LOCAL
MASTER_SITE_SUBDIR= novel
EXTRACT_SUFX= .tgz
@@ -17,11 +17,14 @@ BUILD_DEPENDS= ${LOCALBASE}/include/gkre
RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2
PLIST_FILES= libexec/gkrellm2/plugins/${PORTNAME}.so
+PLIST_DIRSTRY= libexec/gkrellm2/plugins libexec/gkrellm2
+
USES= gmake pkgconfig
MAKE_ARGS= CC="${CC}"
-NO_STAGE= yes
do-install:
- ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.so ${PREFIX}/libexec/gkrellm2/plugins/
+ @${MKDIR} ${STAGEDIR}${PREFIX}/libexec/gkrellm2/plugins
+ ${INSTALL_LIB} ${WRKSRC}/${PORTNAME}.so \
+ ${STAGEDIR}${PREFIX}/libexec/gkrellm2/plugins
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list