diff options
author | jlam <jlam> | 2002-03-20 15:43:24 +0000 |
---|---|---|
committer | jlam <jlam> | 2002-03-20 15:43:24 +0000 |
commit | d05f3f84f819c11ac858837cb998fed0fa236a6c (patch) | |
tree | 5bec0230226d26c47ad752f12406e47be43d17ba /devel/pkgconfig | |
parent | e507da38470e74ff37a2f1457208b1b1e800d361 (diff) | |
download | pkgsrc-d05f3f84f819c11ac858837cb998fed0fa236a6c.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/PLIST | 4 |
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} |