svn commit: r316634 - head/Mk

Baptiste Daroussin bapt at FreeBSD.org
Fri Apr 26 20:19:51 UTC 2013


Author: bapt
Date: Fri Apr 26 20:19:50 2013
New Revision: 316634
URL: http://svnweb.freebsd.org/changeset/ports/316634

Log:
  Do not be verbose while removing old now unused symlinks
  
  Reported by:	sunpoet

Modified:
  head/Mk/bsd.pkgng.mk

Modified: head/Mk/bsd.pkgng.mk
==============================================================================
--- head/Mk/bsd.pkgng.mk	Fri Apr 26 19:58:08 2013	(r316633)
+++ head/Mk/bsd.pkgng.mk	Fri Apr 26 20:19:50 2013	(r316634)
@@ -259,7 +259,7 @@ do-package: ${TMPPLIST}
 		fi; \
 	fi;
 	@for cat in ${CATEGORIES}; do \
-		${RM} -fv ${PACKAGES}/$$cat/${PKGNAMEPREFIX}${PORTNAME}*${PKG_SUFX} ; \
+		${RM} -f ${PACKAGES}/$$cat/${PKGNAMEPREFIX}${PORTNAME}*${PKG_SUFX} ; \
 	done
 	@if ${PKG_CREATE} -o ${PKGREPOSITORY} ${PKGNAME}; then \
 		if [ "${PKGORIGIN}" = "ports-mgmt/pkg" ]; then \


More information about the svn-ports-head mailing list