Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Jan 2014 00:28:15 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r341149 - head/www/yuicompressor
Message-ID:  <201401260028.s0Q0SF7H002927@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sun Jan 26 00:28:14 2014
New Revision: 341149
URL: http://svnweb.freebsd.org/changeset/ports/341149
QAT: https://qat.redports.org/buildarchive/r341149/

Log:
  Do not try to remove a directory that are defined in the mtree
  
  Reported by:	QAT

Modified:
  head/www/yuicompressor/Makefile

Modified: head/www/yuicompressor/Makefile
==============================================================================
--- head/www/yuicompressor/Makefile	Sun Jan 26 00:27:55 2014	(r341148)
+++ head/www/yuicompressor/Makefile	Sun Jan 26 00:28:14 2014	(r341149)
@@ -22,11 +22,9 @@ JAVA_VERSION=	1.6+
 NO_BUILD=	yes
 
 PLIST_FILES=	bin/yuicompressor %%JAVAJARDIR%%/yuicompressor.jar
-PLIST_DIRS=	%%JAVAJARDIR%%
 SUB_FILES=	yuicompressor
 
 do-install:
-	@${MKDIR} ${STAGEDIR}${JAVAJARDIR}
 	${INSTALL_DATA} ${DISTDIR}/${DISTNAME} ${STAGEDIR}${JAVAJARDIR}/yuicompressor.jar
 	${INSTALL_SCRIPT} ${WRKDIR}/yuicompressor ${STAGEDIR}${PREFIX}/bin
 



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