summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorsalo <salo@pkgsrc.org>2003-04-11 18:56:44 +0000
committersalo <salo@pkgsrc.org>2003-04-11 18:56:44 +0000
commit4b041343c957430b3b24d89bc8e510968b954490 (patch)
treee676ff87e16a402416c04ad600d059035c122886 /graphics
parente40703ccee5e77a4a08380b1db900a8d8b1c9686 (diff)
downloadpkgsrc-4b041343c957430b3b24d89bc8e510968b954490.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')
-rw-r--r--graphics/netpbm/Makefile5
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"