pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/boost-docs Fix install on platforms not using pa...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f95f702df13b
branches: trunk
changeset: 392841:f95f702df13b
user: hasso <hasso%pkgsrc.org@localhost>
date: Tue May 12 09:05:30 2009 +0000
description:
Fix install on platforms not using pax tar. Bump PKGREVISION.
diffstat:
devel/boost-docs/Makefile | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (23 lines):
diff -r f244ccb13c96 -r f95f702df13b devel/boost-docs/Makefile
--- a/devel/boost-docs/Makefile Tue May 12 08:48:09 2009 +0000
+++ b/devel/boost-docs/Makefile Tue May 12 09:05:30 2009 +0000
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.6 2008/05/26 02:13:17 joerg Exp $
+# $NetBSD: Makefile,v 1.7 2009/05/12 09:05:30 hasso Exp $
#
BOOST_PACKAGE= docs
BOOST_COMMENT= (documentation)
BOOST_CONFIG= no
+PKGREVISION= 1
PKG_DESTDIR_SUPPORT= user-destdir
@@ -28,5 +29,7 @@
-type f -print | ${XARGS} ${CHOWN} ${SHAREOWN}:${SHAREGRP}
${FIND} ${DESTDIR}${DOCDIR} \
-type d -print | ${XARGS} ${CHMOD} ${PKGDIRMODE}
+ ${FIND} ${DESTDIR}${DOCDIR} \
+ -type f -print | ${XARGS} ${CHMOD} ${SHAREMODE}
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index