diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2002-12-04 07:31:01 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2002-12-04 07:31:01 +0800 |
commit | 382934f35c53f2097c6e19ad03c2975d82c4bffd (patch) | |
tree | c9af7364c412b907f3b7daf91613ac97bd58bc71 /devel/pkg-config/pkg-plist | |
parent | 6dc7a74822daa65e7261710bb875b13c0ea174a2 (diff) | |
download | marcuscom-ports-382934f35c53f2097c6e19ad03c2975d82c4bffd.tar marcuscom-ports-382934f35c53f2097c6e19ad03c2975d82c4bffd.tar.gz marcuscom-ports-382934f35c53f2097c6e19ad03c2975d82c4bffd.tar.bz2 marcuscom-ports-382934f35c53f2097c6e19ad03c2975d82c4bffd.tar.lz marcuscom-ports-382934f35c53f2097c6e19ad03c2975d82c4bffd.tar.xz marcuscom-ports-382934f35c53f2097c6e19ad03c2975d82c4bffd.tar.zst marcuscom-ports-382934f35c53f2097c6e19ad03c2975d82c4bffd.zip |
Add pkgconfig.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@217 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/pkg-config/pkg-plist')
-rw-r--r-- | devel/pkg-config/pkg-plist | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/devel/pkg-config/pkg-plist b/devel/pkg-config/pkg-plist new file mode 100644 index 000000000..27536941e --- /dev/null +++ b/devel/pkg-config/pkg-plist @@ -0,0 +1,9 @@ +@exec mkdir -p %D/libdata/pkgconfig +bin/pkg-config +share/aclocal/pkg.m4 +@comment The files in these directories should only be removed if you +@comment remove the complete GNOME installation. If this is only an +@comment upgrade, don't throw them out! +@unexec echo "If you're only upgrading, don't remove %%LOCALBASE%%/libdata/pkgconfig nor %%X11BASE%%/libdata/pkgconfig" +@unexec rmdir %%LOCALBASE%%/libdata/pkgconfig 2>/dev/null || true +@unexec rmdir %%X11BASE%%/libdata/pkgconfig 2>/dev/null || true |