summaryrefslogtreecommitdiff
path: root/devel/pkgconfig
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2002-03-20 15:43:24 +0000
committerjlam <jlam@pkgsrc.org>2002-03-20 15:43:24 +0000
commit49657c652996512f24bd5f5bd43b98f4c5a4d2fa (patch)
tree5bec0230226d26c47ad752f12406e47be43d17ba /devel/pkgconfig
parentfcac992008582631a1ba904f2cf0865b03a410e3 (diff)
downloadpkgsrc-49657c652996512f24bd5f5bd43b98f4c5a4d2fa.tar.gz
Only try to remove the pkgconfig directory as other packages may still
have files installed there.
Diffstat (limited to 'devel/pkgconfig')
-rw-r--r--devel/pkgconfig/PLIST4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/pkgconfig/PLIST b/devel/pkgconfig/PLIST
index 27dba56f9b2..fa5759cb076 100644
--- a/devel/pkgconfig/PLIST
+++ b/devel/pkgconfig/PLIST
@@ -1,6 +1,6 @@
-@comment $NetBSD: PLIST,v 1.2 2002/02/15 10:12:35 skrll Exp $
+@comment $NetBSD: PLIST,v 1.3 2002/03/20 15:43:24 jlam Exp $
bin/pkg-config
man/man1/pkg-config.1
share/aclocal/pkg.m4
@exec ${MKDIR} -p %D/lib/pkgconfig
-@dirrm lib/pkgconfig
+@unexec ${RMDIR} -p %D/lib/pkgconfig 2>/dev/null || ${TRUE}