aboutsummaryrefslogtreecommitdiff
path: root/sysutils/ipad_charge
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-25 13:44:46 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-25 13:44:46 +0000
commit7e91f9c9fd3a3a39242386c51a8e5195849b6703 (patch)
tree347783b1595921e8f75ea7fd14f5b42fa5a13966 /sysutils/ipad_charge
parent6fe4881bf3946587a086e863ae02fd74837fff3a (diff)
downloadports-7e91f9c9fd3a3a39242386c51a8e5195849b6703.tar.gz
ports-7e91f9c9fd3a3a39242386c51a8e5195849b6703.zip
Notes
Diffstat (limited to 'sysutils/ipad_charge')
-rw-r--r--sysutils/ipad_charge/Makefile10
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>