diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-09-25 19:06:54 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-09-25 19:06:54 +0000 |
commit | 24fa2e6f99db4af704aec0a4e45a19449c8ac213 (patch) | |
tree | 9ea5af43c750c2007e27d476702f92c66110c2f0 /graphics/netpbm | |
parent | 2d2c8fb160bb34d084ce89d0522c3a2dffb7a5bc (diff) | |
download | pkgsrc-24fa2e6f99db4af704aec0a4e45a19449c8ac213.tar.gz |
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 (limited to 'graphics/netpbm')
-rw-r--r-- | graphics/netpbm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/netpbm/Makefile b/graphics/netpbm/Makefile index ffee9b450ac..183f9e10c37 100644 --- a/graphics/netpbm/Makefile +++ b/graphics/netpbm/Makefile @@ -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 @@ post-install: ${TEST} -d "${PREFIX}/$${DIR}" || \ ${ECHO} "@dirrm $${DIR}"; \ done >>${PLIST_SRC} && \ - ${PAX} -rw . ${PREFIX} + ${PAX} -rwpppm . ${PREFIX} ${RM} -fr ${STAGEDIR} .include "../../graphics/png/buildlink2.mk" |