diff options
author | bapt <bapt@FreeBSD.org> | 2014-01-26 08:28:14 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-01-26 08:28:14 +0800 |
commit | ec026e3d0288c2de00f5db1333f84b7da4d34ca0 (patch) | |
tree | 9f0e396511ccb6ad8d409d17dae83fd4fb0b4424 /www | |
parent | cbc9434496815efea2fbf440aedc36db0c34f274 (diff) | |
download | freebsd-ports-gnome-ec026e3d0288c2de00f5db1333f84b7da4d34ca0.tar.gz freebsd-ports-gnome-ec026e3d0288c2de00f5db1333f84b7da4d34ca0.tar.zst freebsd-ports-gnome-ec026e3d0288c2de00f5db1333f84b7da4d34ca0.zip |
Do not try to remove a directory that are defined in the mtree
Reported by: QAT
Diffstat (limited to 'www')
-rw-r--r-- | www/yuicompressor/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/www/yuicompressor/Makefile b/www/yuicompressor/Makefile index 17e846ba94f6..780d0351f3f6 100644 --- a/www/yuicompressor/Makefile +++ b/www/yuicompressor/Makefile @@ -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 |