diff options
author | hasso <hasso> | 2009-05-12 09:05:30 +0000 |
---|---|---|
committer | hasso <hasso> | 2009-05-12 09:05:30 +0000 |
commit | befc94207371ea24064c23ec555a76e5e1688471 (patch) | |
tree | e96239dfe1e1afcb5b303c4bff2b75675011277c /devel/boost-docs | |
parent | 8d9e63cec51429f123fb3a128b2d1f4dc5cd359f (diff) | |
download | pkgsrc-befc94207371ea24064c23ec555a76e5e1688471.tar.gz |
Fix install on platforms not using pax tar. Bump PKGREVISION.
Diffstat (limited to 'devel/boost-docs')
-rw-r--r-- | devel/boost-docs/Makefile | 5 |
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" |