summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorjoerg <joerg>2009-04-03 19:40:22 +0000
committerjoerg <joerg>2009-04-03 19:40:22 +0000
commit0bc3ce66b021cc4cba1456b01e0e115691cfa00a (patch)
treecf49fa981dddb8e7cbbd00416415868415b9c49d /devel
parentd67ebf7d8692f260e5543c7563792a34d392adda (diff)
downloadpkgsrc-0bc3ce66b021cc4cba1456b01e0e115691cfa00a.tar.gz
Do *not* preserve file mode bits. The tarballs have 0777 permissions for
the directories and all implementations of tar but pax-as-tar honour those when running as root.
Diffstat (limited to 'devel')
-rw-r--r--devel/monotone/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/monotone/Makefile b/devel/monotone/Makefile
index e8269f084cf..49ddb32d794 100644
--- a/devel/monotone/Makefile
+++ b/devel/monotone/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.57 2009/01/18 21:24:12 jmmv Exp $
+# $NetBSD: Makefile,v 1.58 2009/04/03 19:40:22 joerg Exp $
#
DISTNAME= monotone-0.42
@@ -41,9 +41,9 @@ CONFIGURE_ARGS+= --disable-ipv6
post-install:
${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/monotone
cd ${WRKSRC} && rm -rf contrib/.deps && \
- pax -rw -pp -pm contrib \
+ pax -rw -pm contrib \
${DESTDIR}${PREFIX}/share/monotone
- cd ${WRKSRC} && pax -rw -pp -pm figures/*.png \
+ cd ${WRKSRC} && pax -rw -pm figures/*.png \
${DESTDIR}${PREFIX}/share/doc/monotone
BUILDLINK_API_DEPENDS.pcre+= pcre>=7.6