1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Support staging

This commit is contained in:
Emanuel Haupt 2014-02-25 13:44:46 +00:00
parent 6fe4881bf3
commit 7e91f9c9fd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=346001

View File

@ -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>