aboutsummaryrefslogtreecommitdiff
path: root/comms/usbmuxd
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2014-02-28 16:18:45 +0000
committerMartin Wilke <miwi@FreeBSD.org>2014-02-28 16:18:45 +0000
commitbdd421e301b79ac3cd9a041366082198b027b96d (patch)
treeb7b663478e54427347f58c0f3a6bcb7df995f65c /comms/usbmuxd
parent962fd8298f310fef2e0c38d6e3811a245ef554cc (diff)
downloadports-bdd421e301b79ac3cd9a041366082198b027b96d.tar.gz
ports-bdd421e301b79ac3cd9a041366082198b027b96d.zip
- Stage support
Notes
Notes: svn path=/head/; revision=346538
Diffstat (limited to 'comms/usbmuxd')
-rw-r--r--comms/usbmuxd/Makefile11
1 files changed, 4 insertions, 7 deletions
diff --git a/comms/usbmuxd/Makefile b/comms/usbmuxd/Makefile
index ee9d0bfe807e..6748b312bb18 100644
--- a/comms/usbmuxd/Makefile
+++ b/comms/usbmuxd/Makefile
@@ -20,7 +20,6 @@ OPTIONS_DEFINE= INOTIFY
INOTIFY_DESC= Use inotify instead of polling (saves energy)
-NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MINOTIFY}
@@ -45,11 +44,9 @@ pre-install:
${WRKSRC}/python-client/*.py
post-install:
- @${MKDIR} ${DATADIR}
- ${INSTALL_SCRIPT} ${WRKSRC}/python-client/*.py ${DATADIR}
-.if ${PORT_OPTIONS:MDOCS}
- @${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}
-.endif
+ @${MKDIR} ${STAGEDIR}${DATADIR}
+ ${INSTALL_SCRIPT} ${WRKSRC}/python-client/*.py ${STAGEDIR}${DATADIR}
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>