diff options
author | Mark Felder <feld@FreeBSD.org> | 2015-12-17 00:21:15 +0000 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2015-12-17 00:21:15 +0000 |
commit | 2b4b59ec8a44c4ea75ebc3c10d0c26c0e99e40a1 (patch) | |
tree | 365ef40edcf82da771fcd418836292b13e7e10a6 /net-p2p/sonarr | |
parent | a92c20076d05fea43905b7094cbcb5600eb6a52d (diff) |
Notes
Diffstat (limited to 'net-p2p/sonarr')
-rw-r--r-- | net-p2p/sonarr/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/net-p2p/sonarr/Makefile b/net-p2p/sonarr/Makefile index b0fb571ee750..a327c5d29e8e 100644 --- a/net-p2p/sonarr/Makefile +++ b/net-p2p/sonarr/Makefile @@ -21,13 +21,10 @@ NO_BUILD= YES WRKSRC= ${WRKDIR}/NzbDrone USERS= sonarr -GROUPS= nobody - -.include <bsd.port.pre.mk> do-install: ${INSTALL} -d -m 755 ${STAGEDIR}/${DATADIR} - ${CP} -R ${WRKSRC}/ ${STAGEDIR}/${DATADIR} + cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${STAGEDIR}/${DATADIR} ${MKDIR} ${STAGEDIR}/${PREFIX}/sonarr -.include <bsd.port.post.mk> +.include <bsd.port.mk> |