Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Feb 2014 13:44:46 +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: r346001 - head/sysutils/ipad_charge
Message-ID:  <201402251344.s1PDik8G029669@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Tue Feb 25 13:44:46 2014
New Revision: 346001
URL: http://svnweb.freebsd.org/changeset/ports/346001
QAT: https://qat.redports.org/buildarchive/r346001/

Log:
  Support staging

Modified:
  head/sysutils/ipad_charge/Makefile

Modified: head/sysutils/ipad_charge/Makefile
==============================================================================
--- head/sysutils/ipad_charge/Makefile	Tue Feb 25 13:43:36 2014	(r346000)
+++ head/sysutils/ipad_charge/Makefile	Tue Feb 25 13:44:46 2014	(r346001)
@@ -15,14 +15,8 @@ USE_RC_SUBR=	ipad_charge
 SUB_FILES=	ipad_charge.conf pkg-message
 NO_BUILD=	yes
 
-NO_STAGE=	yes
 do-install:
-	@${MKDIR} ${PREFIX}/etc/devd
-	@${INSTALL_DATA} ${WRKDIR}/ipad_charge.conf ${PREFIX}/etc/devd
-
-post-install:
-	@${ECHO_MSG}
-	@${CAT} ${PKGMESSAGE}
-	@${ECHO_MSG}
+	${MKDIR} ${STAGEDIR}${PREFIX}/etc/devd
+	${INSTALL_DATA} ${WRKDIR}/ipad_charge.conf ${STAGEDIR}${PREFIX}/etc/devd
 
 .include <bsd.port.mk>



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