From 7e91f9c9fd3a3a39242386c51a8e5195849b6703 Mon Sep 17 00:00:00 2001 From: Emanuel Haupt Date: Tue, 25 Feb 2014 13:44:46 +0000 Subject: Support staging --- sysutils/ipad_charge/Makefile | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'sysutils/ipad_charge') diff --git a/sysutils/ipad_charge/Makefile b/sysutils/ipad_charge/Makefile index 09602ca96487..a600bdf45dc9 100644 --- a/sysutils/ipad_charge/Makefile +++ b/sysutils/ipad_charge/Makefile @@ -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 -- cgit v1.2.3