svn commit: r346001 - head/sysutils/ipad_charge

Emanuel Haupt ehaupt at FreeBSD.org
Tue Feb 25 13:44:47 UTC 2014


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>


More information about the svn-ports-head mailing list