summaryrefslogtreecommitdiff
path: root/Mk/bsd.pkgng.mk
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-04-26 20:19:50 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-04-26 20:19:50 +0000
commit00de219290f36391ecf5d081d7789b86fc15de31 (patch)
treef807f914d52c08f04660ed4428aa4d27b7ccaa4a /Mk/bsd.pkgng.mk
parentIn os_list.txt, move all references to FreeBSD at the beginning. (diff)
Do not be verbose while removing old now unused symlinks
Reported by: sunpoet
Notes
Notes: svn path=/head/; revision=316634
Diffstat (limited to 'Mk/bsd.pkgng.mk')
-rw-r--r--Mk/bsd.pkgng.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.pkgng.mk b/Mk/bsd.pkgng.mk
index b5c0a27422d5..ea2f6355bb5d 100644
--- a/Mk/bsd.pkgng.mk
+++ b/Mk/bsd.pkgng.mk
@@ -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 \