svn commit: r341149 - head/www/yuicompressor

Baptiste Daroussin bapt at FreeBSD.org
Sun Jan 26 00:28:15 UTC 2014


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
 


More information about the svn-ports-all mailing list