summaryrefslogtreecommitdiff
path: root/devel/pkgconfig
diff options
context:
space:
mode:
authorjmmv <jmmv>2003-01-02 22:44:43 +0000
committerjmmv <jmmv>2003-01-02 22:44:43 +0000
commit39e4262685c14bf303e022374dc9cd8557000c17 (patch)
treeefd55559e1d97aaa774758d121dbbcf59f4fe47c /devel/pkgconfig
parent8565238a549190e770776ff03daf391971e293f5 (diff)
downloadpkgsrc-39e4262685c14bf303e022374dc9cd8557000c17.tar.gz
The lib/pkgconfig has been added to the list of standard directories, so do
not try to remove it, even if empty.
Diffstat (limited to 'devel/pkgconfig')
-rw-r--r--devel/pkgconfig/PLIST4
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/pkgconfig/PLIST b/devel/pkgconfig/PLIST
index ff3e57c2c0e..98622ea13e2 100644
--- a/devel/pkgconfig/PLIST
+++ b/devel/pkgconfig/PLIST
@@ -1,6 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2002/08/25 19:22:37 jlam Exp $
+@comment $NetBSD: PLIST,v 1.6 2003/01/02 22:44:46 jmmv Exp $
bin/pkg-config
man/man1/pkg-config.1
share/aclocal/pkg.m4
-@exec ${MKDIR} %D/lib/pkgconfig
-@unexec ${RMDIR} -p %D/lib/pkgconfig 2>/dev/null || ${TRUE}