diff options
Diffstat (limited to 'net/teddycloud/Makefile')
-rw-r--r-- | net/teddycloud/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/teddycloud/Makefile b/net/teddycloud/Makefile index 0303c4384eda..a1750d0242a9 100644 --- a/net/teddycloud/Makefile +++ b/net/teddycloud/Makefile @@ -1,7 +1,7 @@ PORTNAME= teddycloud DISTVERSIONPREFIX= tc_v DISTVERSION= 0.6.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net # Get the latest commit hashes here: https://github.com/toniebox-reverse-engineering/tonies-json/commits/release/ # NOTE: remove the existing tonies.json and tonieboxes.json from DISTDIR before you do a `make makesum` @@ -65,7 +65,7 @@ ALL_TARGET= preinstall post-extract: pre-install: - @${CP} ${DISTFILES:M*\:toniesjson:C/\:.*//:S,^,${_DISTDIR},} ${WRKSRC}/install/pre/config/ + @${CP} ${DISTFILES:M*\:toniesjson:C/\:.*//:S,^,${_DISTDIR}/,} ${WRKSRC}/install/pre/config/ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/install/pre/teddycloud ${STAGEDIR}${PREFIX}/bin |