aboutsummaryrefslogtreecommitdiffstats
path: root/comms/usbmuxd
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2014-03-01 00:18:45 +0800
committermiwi <miwi@FreeBSD.org>2014-03-01 00:18:45 +0800
commit132453c0873722e7647fea4590d838795e91ad87 (patch)
treeb7b663478e54427347f58c0f3a6bcb7df995f65c /comms/usbmuxd
parent7ce465bfbf12167753b3dd1a0d1ac7a148a61b0e (diff)
downloadfreebsd-ports-gnome-132453c0873722e7647fea4590d838795e91ad87.tar.gz
freebsd-ports-gnome-132453c0873722e7647fea4590d838795e91ad87.tar.zst
freebsd-ports-gnome-132453c0873722e7647fea4590d838795e91ad87.zip
- Stage support
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>