Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Oct 2016 11:52:28 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r423858 - head/www/subsonic
Message-ID:  <201610121152.u9CBqSug068139@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Wed Oct 12 11:52:27 2016
New Revision: 423858
URL: https://svnweb.freebsd.org/changeset/ports/423858

Log:
  Fix extract.
  
  Reported by:	pkg-fallout
  Sponsored by:	Absolight

Modified:
  head/www/subsonic/Makefile   (contents, props changed)

Modified: head/www/subsonic/Makefile
==============================================================================
--- head/www/subsonic/Makefile	Wed Oct 12 10:48:21 2016	(r423857)
+++ head/www/subsonic/Makefile	Wed Oct 12 11:52:27 2016	(r423858)
@@ -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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610121152.u9CBqSug068139>