1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

Fix a problem with the pkg-plist which failed to remove some

directories when the port was deinstalled.

PR:		ports/74891
Submitted by:	maintainer
This commit is contained in:
Sergey Matveychuk 2004-12-09 18:07:40 +00:00
parent 64fba41a1c
commit 2e6ecff829
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=123575

View File

@ -1,5 +1,5 @@
%%SITE_PERL%%/Text/Netstring.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Netstring/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Netstring
@unexec rmdir %%SITE_PERL%%/Text 2>/dev/null || true
@unexec rmdir %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text 2>/dev/null || true
@unexec rmdir %%PREFIX%%/%%SITE_PERL%%/Text 2>/dev/null || true
@unexec rmdir %%PREFIX%%/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text 2>/dev/null || true