[Midnightbsd-cvs] mports [22034] trunk/devel/pear/Makefile: cleanup should ignore warnings

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Oct 30 13:11:59 EDT 2016


Revision: 22034
          http://svnweb.midnightbsd.org/mports/?rev=22034
Author:   laffer1
Date:     2016-10-30 13:11:59 -0400 (Sun, 30 Oct 2016)
Log Message:
-----------
cleanup should ignore warnings

Modified Paths:
--------------
    trunk/devel/pear/Makefile

Modified: trunk/devel/pear/Makefile
===================================================================
--- trunk/devel/pear/Makefile	2016-10-30 17:10:04 UTC (rev 22033)
+++ trunk/devel/pear/Makefile	2016-10-30 17:11:59 UTC (rev 22034)
@@ -41,9 +41,9 @@
 		${STAGEDIR}${PEARDIR}/peclcmd.php
 # pear violates stage when staging as root, hide this
 .if defined(PACKAGE_BUILDING)
-	@${RM} -r ${PEARDIR}
+	-${RM} -r ${PEARDIR}
 .endif
 # Clean up orphans re-generated by pkg-install
-	@${RM} -r ${STAGEDIR}${PEARDIR}/.depdb ${STAGEDIR}${PEARDIR}/.depdblock ${STAGEDIR}${PEARDIR}/.filemap ${STAGEDIR}${PEARDIR}/.lock
+	-${RM} -r ${STAGEDIR}${PEARDIR}/.depdb ${STAGEDIR}${PEARDIR}/.depdblock ${STAGEDIR}${PEARDIR}/.filemap ${STAGEDIR}${PEARDIR}/.lock
 
 .include <bsd.port.mk>



More information about the Midnightbsd-cvs mailing list