diff options
Diffstat (limited to 'graphics/netpbm/Makefile')
-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 501a94254a8..aa0a4feed1d 100644 --- a/graphics/netpbm/Makefile +++ b/graphics/netpbm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.72 2003/06/11 20:50:55 abs Exp $ +# $NetBSD: Makefile,v 1.73 2003/07/11 00:21:45 fredb Exp $ DISTNAME= netpbm-10.11.8 CATEGORIES= graphics @@ -57,7 +57,7 @@ post-install: ${TEST} -d "${PREFIX}/$${DIR}" || \ ${ECHO} "@dirrm $${DIR}"; \ done >>${PLIST_SRC} && \ - ${GTAR} cf - * | ${GTAR} xpCf ${PREFIX} - + ${GTAR} -cf - * | ${GTAR} -xpC ${PREFIX} -f - ${RM} -fr ${STAGEDIR} .include "../../graphics/png/buildlink2.mk" |