summaryrefslogtreecommitdiff
path: root/devel/pkgconfig
diff options
context:
space:
mode:
authorjlam <jlam>2002-03-20 15:43:24 +0000
committerjlam <jlam>2002-03-20 15:43:24 +0000
commitda15e83e866b37796f1db2c19ee3b9f0f25a7795 (patch)
tree5bec0230226d26c47ad752f12406e47be43d17ba /devel/pkgconfig
parentdc50116208571b116118db1bc8419c60c7c21c65 (diff)
downloadpkgsrc-da15e83e866b37796f1db2c19ee3b9f0f25a7795.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}