diff options
author | salo <salo> | 2003-04-11 18:56:44 +0000 |
---|---|---|
committer | salo <salo> | 2003-04-11 18:56:44 +0000 |
commit | 44cd3f357787c8925c90885e0f4d0483dc2f6af1 (patch) | |
tree | e676ff87e16a402416c04ad600d059035c122886 /graphics/netpbm | |
parent | bf1a402c49c3dc1c45f186a3702819d9fe650895 (diff) | |
download | pkgsrc-44cd3f357787c8925c90885e0f4d0483dc2f6af1.tar.gz |
Don't shoot itself in the foot, STAGEDIR is removed in pre-install, no need to
remove it in post-install while CWD is still in STAGEDIR.
Noted by Will Partain on tech-pkg.
Diffstat (limited to 'graphics/netpbm')
-rw-r--r-- | graphics/netpbm/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/netpbm/Makefile b/graphics/netpbm/Makefile index ea87cd980b5..fb46c6004b5 100644 --- a/graphics/netpbm/Makefile +++ b/graphics/netpbm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.68 2003/03/21 08:30:48 tron Exp $ +# $NetBSD: Makefile,v 1.69 2003/04/11 18:56:44 salo Exp $ DISTNAME= netpbm-10.11.6 PKGREVISION= 1 @@ -57,8 +57,7 @@ post-install: ${TEST} -d "${PREFIX}/$${DIR}" || \ ${ECHO} "@dirrm $${DIR}"; \ done >>${PLIST_SRC} && \ - ${GTAR} cf - * | ${GTAR} xpCf ${PREFIX} - && \ - ${RM} -fr ${STAGEDIR} + ${GTAR} cf - * | ${GTAR} xpCf ${PREFIX} - .include "../../graphics/png/buildlink2.mk" .include "../../graphics/tiff/buildlink2.mk" |