pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/netpbm Pass -pppm to pax, so that we preserve...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a05643f13956
branches:  trunk
changeset: 462044:a05643f13956
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Thu Sep 25 19:06:54 2003 +0000

description:
Pass -pppm to pax, so that we preserve file modes (as we did in the previous
call with tar's -p) and modification times are discarded (to get print-PLIST
working).

diffstat:

 graphics/netpbm/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 6269942b7f2c -r a05643f13956 graphics/netpbm/Makefile
--- a/graphics/netpbm/Makefile  Thu Sep 25 18:55:58 2003 +0000
+++ b/graphics/netpbm/Makefile  Thu Sep 25 19:06:54 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.81 2003/09/25 18:55:58 reed Exp $
+# $NetBSD: Makefile,v 1.82 2003/09/25 19:06:54 jmmv Exp $
 
 DISTNAME=      netpbm-10.11.8
 CATEGORIES=    graphics
@@ -60,7 +60,7 @@
          ${TEST} -d "${PREFIX}/$${DIR}" ||             \
            ${ECHO} "@dirrm $${DIR}";                   \
        done >>${PLIST_SRC} &&                          \
-       ${PAX} -rw . ${PREFIX}
+       ${PAX} -rwpppm . ${PREFIX}
        ${RM} -fr ${STAGEDIR}
 
 .include "../../graphics/png/buildlink2.mk"



Home | Main Index | Thread Index | Old Index