pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-boost `rm -v` is not portable. Fix install on...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/05f83119d4a7
branches:  trunk
changeset: 349036:05f83119d4a7
user:      fhajny <fhajny%pkgsrc.org@localhost>
date:      Fri Jun 24 20:32:08 2016 +0000

description:
`rm -v` is not portable. Fix install on at least SunOS.

diffstat:

 devel/py-boost/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 2adf94078807 -r 05f83119d4a7 devel/py-boost/Makefile
--- a/devel/py-boost/Makefile   Fri Jun 24 16:39:58 2016 +0000
+++ b/devel/py-boost/Makefile   Fri Jun 24 20:32:08 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2016/05/13 20:47:32 adam Exp $
+# $NetBSD: Makefile,v 1.5 2016/06/24 20:32:08 fhajny Exp $
 
 BOOST_PACKAGE=         python
 BOOST_COMMENT=         (Boost.Python binary library)
@@ -30,7 +30,7 @@
 # The python3 variant also includes redundant copies of the libs
 # that conflict with the python2 variant.
 post-install:
-       ${RM} -v ${DESTDIR}${PREFIX}/lib/libboost_python.*
+       ${RM} ${DESTDIR}${PREFIX}/lib/libboost_python.*
 .endif
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index