1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Remove warning when upgrading pkgconfig. Also, make it clear to users that

the pkgconfig directories should not be removed unless you're removing
_all_ GNOME components.

PR:	43817
Submitted by:	Edwin Groothuis <edwin@mavetju.org>
This commit is contained in:
Joe Marcus Clarke 2002-10-22 04:01:38 +00:00
parent 2612dba956
commit dbafa98881
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=68567
2 changed files with 8 additions and 2 deletions

View File

@ -1,6 +1,9 @@
@exec mkdir -p %D/libdata/pkgconfig
bin/pkg-config
share/aclocal/pkg.m4
@dirrm libdata/pkgconfig
@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

View File

@ -1,6 +1,9 @@
@exec mkdir -p %D/libdata/pkgconfig
bin/pkg-config
share/aclocal/pkg.m4
@dirrm libdata/pkgconfig
@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