diff options
author | adamw <adamw@FreeBSD.org> | 2004-07-11 14:41:21 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2004-07-11 14:41:21 +0800 |
commit | 948461224fcffe804a90bdc80d64d0219b20b4d1 (patch) | |
tree | d790e1cf9671ad9e9b4de5d5784e69e837ad0b1b | |
parent | e220b8cf8b22de1b02a2e9d586c6b6ec151733f2 (diff) | |
download | freebsd-ports-graphics-948461224fcffe804a90bdc80d64d0219b20b4d1.tar.gz freebsd-ports-graphics-948461224fcffe804a90bdc80d64d0219b20b4d1.tar.zst freebsd-ports-graphics-948461224fcffe804a90bdc80d64d0219b20b4d1.zip |
Now I can finally say that I've done a grammar tweak on
a pkg-plist.
-rw-r--r-- | devel/pkg-config/pkg-plist | 2 | ||||
-rw-r--r-- | devel/pkgconfig/pkg-plist | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/devel/pkg-config/pkg-plist b/devel/pkg-config/pkg-plist index 27536941ef3..d56d4b92519 100644 --- a/devel/pkg-config/pkg-plist +++ b/devel/pkg-config/pkg-plist @@ -4,6 +4,6 @@ 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 echo "If you are only upgrading, do not remove %%LOCALBASE%%/libdata/pkgconfig or %%X11BASE%%/libdata/pkgconfig" @unexec rmdir %%LOCALBASE%%/libdata/pkgconfig 2>/dev/null || true @unexec rmdir %%X11BASE%%/libdata/pkgconfig 2>/dev/null || true diff --git a/devel/pkgconfig/pkg-plist b/devel/pkgconfig/pkg-plist index 27536941ef3..d56d4b92519 100644 --- a/devel/pkgconfig/pkg-plist +++ b/devel/pkgconfig/pkg-plist @@ -4,6 +4,6 @@ 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 echo "If you are only upgrading, do not remove %%LOCALBASE%%/libdata/pkgconfig or %%X11BASE%%/libdata/pkgconfig" @unexec rmdir %%LOCALBASE%%/libdata/pkgconfig 2>/dev/null || true @unexec rmdir %%X11BASE%%/libdata/pkgconfig 2>/dev/null || true |