svn commit: r423858 - head/www/subsonic

Mathieu Arnold mat at FreeBSD.org
Wed Oct 12 11:52:29 UTC 2016


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}


More information about the svn-ports-head mailing list