aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2016-10-12 19:52:27 +0800
committermat <mat@FreeBSD.org>2016-10-12 19:52:27 +0800
commit1b2bf8e66185a3c281b4107d443100c311fee6b5 (patch)
treeffec174c5dee628efe12cfb9ed76e45d50a53501
parent8705f108d18e536f4811e705a8bcb0a9c8c3ed0b (diff)
downloadfreebsd-ports-gnome-1b2bf8e66185a3c281b4107d443100c311fee6b5.tar.gz
freebsd-ports-gnome-1b2bf8e66185a3c281b4107d443100c311fee6b5.tar.zst
freebsd-ports-gnome-1b2bf8e66185a3c281b4107d443100c311fee6b5.zip
Fix extract.
Reported by: pkg-fallout Sponsored by: Absolight
-rw-r--r--www/subsonic/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/subsonic/Makefile b/www/subsonic/Makefile
index 75d9d02e5635..6d4571efd19b 100644
--- a/www/subsonic/Makefile
+++ b/www/subsonic/Makefile
@@ -120,7 +120,7 @@ SUB_LIST+= CONTAINERFLAGS="resin3_flags"
post-extract:
@${MKDIR} ${WRKSRC}
- @${TAR} -xf ${WRKDIR}/${PORTNAME}.war -C ${WRKSRC}
+ @${UNZIP_CMD} -d ${WRKSRC} ${WRKDIR}/${PORTNAME}.war
pre-install:
@${RM} ${PLIST}