diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-02-25 21:44:46 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-02-25 21:44:46 +0800 |
commit | e4906228047667d630f2a7dc4ef4069f39002305 (patch) | |
tree | 347783b1595921e8f75ea7fd14f5b42fa5a13966 /sysutils/ipad_charge | |
parent | f0894aff8c60ecb835a3a6f3a4a6391113a6b5c9 (diff) | |
download | freebsd-ports-gnome-e4906228047667d630f2a7dc4ef4069f39002305.tar.gz freebsd-ports-gnome-e4906228047667d630f2a7dc4ef4069f39002305.tar.zst freebsd-ports-gnome-e4906228047667d630f2a7dc4ef4069f39002305.zip |
Support staging
Diffstat (limited to 'sysutils/ipad_charge')
-rw-r--r-- | sysutils/ipad_charge/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
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 <bsd.port.mk> |