aboutsummaryrefslogtreecommitdiff
path: root/audio/synthpod-lv2
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2024-02-19 01:48:08 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2024-02-19 01:48:08 +0000
commit2ad82a1068e1e06f47843bbbb7df1e281bd53d29 (patch)
tree6d82564066a11667115a35bb45ae2c94b7c22b15 /audio/synthpod-lv2
parentc22e29d08774bc5ad5eee4406ae59898c5903619 (diff)
downloadports-2ad82a1068e1e06f47843bbbb7df1e281bd53d29.tar.gz
ports-2ad82a1068e1e06f47843bbbb7df1e281bd53d29.zip
Diffstat (limited to 'audio/synthpod-lv2')
-rw-r--r--audio/synthpod-lv2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/synthpod-lv2/Makefile b/audio/synthpod-lv2/Makefile
index 17bb540b13b0..0da93b933c23 100644
--- a/audio/synthpod-lv2/Makefile
+++ b/audio/synthpod-lv2/Makefile
@@ -75,7 +75,7 @@ do-fetch:
(cd ${PORTNAME}-${DISTVERSIONFULL} && git reset -q --hard ${GIT_TAGNAME} && ${RM} -r .git) && \
${FIND} ${PORTNAME}-${DISTVERSIONFULL} -and -exec ${TOUCH} -h -d 1970-01-01T00:00:00Z {} \; && \
${FIND} ${PORTNAME}-${DISTVERSIONFULL} -print0 | LC_ALL=C ${SORT} -z | \
- ${TAR} czf ${PORTNAME}-${DISTVERSIONFULL}${EXTRACT_SUFX} --format=bsdtar --gid 0 --uid 0 --options gzip:!timestamp --no-recursion --null -T - && \
+ ${TAR} czf ${PORTNAME}-${DISTVERSIONFULL}${EXTRACT_SUFX} --format=ustar --gid 0 --uid 0 --options gzip:!timestamp --no-recursion --null -T - && \
${RM} -r ${PORTNAME}-${DISTVERSIONFULL}; \
fi