diff options
author | leeym <leeym@FreeBSD.org> | 2004-12-19 08:19:46 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2004-12-19 08:19:46 +0800 |
commit | 70a9864eb7cc7f8f23b3afecabf29f02f432a967 (patch) | |
tree | e7196a4fbef01bd6400466f138dbc7cb1b047dcc /news/p5-NewsLib | |
parent | 0c92c0f9b92701d19061a03035e45d17216b599a (diff) | |
download | freebsd-ports-gnome-70a9864eb7cc7f8f23b3afecabf29f02f432a967.tar.gz freebsd-ports-gnome-70a9864eb7cc7f8f23b3afecabf29f02f432a967.tar.zst freebsd-ports-gnome-70a9864eb7cc7f8f23b3afecabf29f02f432a967.zip |
- correct pkg-plist
Noticed by: kris
Diffstat (limited to 'news/p5-NewsLib')
-rw-r--r-- | news/p5-NewsLib/pkg-plist | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/news/p5-NewsLib/pkg-plist b/news/p5-NewsLib/pkg-plist index 58fb3826d728..837a0eb6dd8e 100644 --- a/news/p5-NewsLib/pkg-plist +++ b/news/p5-NewsLib/pkg-plist @@ -8,7 +8,6 @@ %%SITE_PERL%%/Net/NNTP/Proxy.pm %%SITE_PERL%%/Net/NNTP/Client.pm %%SITE_PERL%%/Net/NNTP/Functions.pm -@dirrm %%SITE_PERL%%/News/Article -@unexec rmdir %D/%%SITE_PERL%%/News 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/News/Article 2>/dev/null || true @dirrm %%SITE_PERL%%/Net/NNTP @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/NewsLib |