Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Mar 2014 15:47:33 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r348706 - head/sysutils/gkrellfire
Message-ID:  <201403201547.s2KFlXV5094137@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403201547.s2KFlXV5094137>