pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-boost



Module Name:    pkgsrc
Committed By:   fhajny
Date:           Fri Jun 24 20:32:08 UTC 2016

Modified Files:
        pkgsrc/devel/py-boost: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-boost/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-boost/Makefile
diff -u pkgsrc/devel/py-boost/Makefile:1.4 pkgsrc/devel/py-boost/Makefile:1.5
--- pkgsrc/devel/py-boost/Makefile:1.4  Fri May 13 20:47:32 2016
+++ pkgsrc/devel/py-boost/Makefile      Fri Jun 24 20:32:08 2016
@@ -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 @@ do-install: boost-install-libs
 # 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