diff options
author | clsung <clsung@FreeBSD.org> | 2006-04-25 08:50:30 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-04-25 08:50:30 +0800 |
commit | a193712d4398faf691efa4834b65a905841fd03c (patch) | |
tree | f46f8fee7ec002231380406c0eebe022cf9178dc /devel/p5-File-Copy-Recursive/Makefile | |
parent | 995a0c6db268cd83690e1db39178b4692e92dce2 (diff) | |
download | freebsd-ports-gnome-a193712d4398faf691efa4834b65a905841fd03c.tar.gz freebsd-ports-gnome-a193712d4398faf691efa4834b65a905841fd03c.tar.zst freebsd-ports-gnome-a193712d4398faf691efa4834b65a905841fd03c.zip |
- update to 0.21
- from Changes
- made dircopy() use fcopy() instead of copy() for files so that
it'd behave consistently and correctly
Diffstat (limited to 'devel/p5-File-Copy-Recursive/Makefile')
-rw-r--r-- | devel/p5-File-Copy-Recursive/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/p5-File-Copy-Recursive/Makefile b/devel/p5-File-Copy-Recursive/Makefile index 28693c77ee34..0059a51e9a4f 100644 --- a/devel/p5-File-Copy-Recursive/Makefile +++ b/devel/p5-File-Copy-Recursive/Makefile @@ -7,7 +7,7 @@ # PORTNAME= File-Copy-Recursive -PORTVERSION= 0.20 +PORTVERSION= 0.21 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= File |