diff options
author | mat <mat@FreeBSD.org> | 2016-10-12 19:52:27 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-10-12 19:52:27 +0800 |
commit | 1b2bf8e66185a3c281b4107d443100c311fee6b5 (patch) | |
tree | ffec174c5dee628efe12cfb9ed76e45d50a53501 | |
parent | 8705f108d18e536f4811e705a8bcb0a9c8c3ed0b (diff) | |
download | freebsd-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/Makefile | 2 |
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} |