summaryrefslogtreecommitdiff
path: root/devel/boost-docs
diff options
context:
space:
mode:
authorhasso <hasso>2009-05-12 09:05:30 +0000
committerhasso <hasso>2009-05-12 09:05:30 +0000
commit3fcadf8b43de3ead9bf620db6777203ec9c67166 (patch)
treee96239dfe1e1afcb5b303c4bff2b75675011277c /devel/boost-docs
parent9d054e4b4643083595a4f08eed244ceacfca3acb (diff)
downloadpkgsrc-3fcadf8b43de3ead9bf620db6777203ec9c67166.tar.gz
Fix install on platforms not using pax tar. Bump PKGREVISION.
Diffstat (limited to 'devel/boost-docs')
-rw-r--r--devel/boost-docs/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/boost-docs/Makefile b/devel/boost-docs/Makefile
index b9e556483ea..79d0a14af3e 100644
--- a/devel/boost-docs/Makefile
+++ b/devel/boost-docs/Makefile
@@ -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 @@ do-install:
-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"