pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/monotone Do *not* preserve file mode bits. The t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/47931a5ee3c0
branches:  trunk
changeset: 556734:47931a5ee3c0
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Apr 03 19:40:22 2009 +0000

description:
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:

 devel/monotone/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r f77ad305a531 -r 47931a5ee3c0 devel/monotone/Makefile
--- a/devel/monotone/Makefile   Fri Apr 03 16:11:48 2009 +0000
+++ b/devel/monotone/Makefile   Fri Apr 03 19:40:22 2009 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index