diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2014-03-31 22:26:09 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2014-03-31 22:26:09 +0000 |
commit | f8530be76920a350540eaae41ce22fc60d744e1a (patch) | |
tree | 6eb3c0071e7a621d00cd276c870179a5a6967394 /lang/perl5.14/files/use.perl.in | |
parent | - Undeprecate, 1 user uses this port (diff) |
- Remove temp file on deinstall[1]
- Unshun all installation commands
- Make PREFIX-clean
Poked by: bdrewery [1]
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=349811
Diffstat (limited to 'lang/perl5.14/files/use.perl.in')
-rw-r--r-- | lang/perl5.14/files/use.perl.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/perl5.14/files/use.perl.in b/lang/perl5.14/files/use.perl.in index a3c064d1ea16..1a8b17ba9097 100644 --- a/lang/perl5.14/files/use.perl.in +++ b/lang/perl5.14/files/use.perl.in @@ -54,6 +54,7 @@ do_cleanup_manpath() { if (s != 1) { mode = 0 } if (mode == 0) print }' /etc/manpath.config >/etc/manpath.config.new /bin/mv /etc/manpath.config /etc/manpath.config.bak /bin/mv /etc/manpath.config.new /etc/manpath.config + /bin/rm /etc/manpath.config.bak fi } |