diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2003-10-24 14:15:32 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2003-10-24 14:15:32 +0000 |
commit | 6950bbfd5bd3f047d0ad862787a782bf8bd5ce66 (patch) | |
tree | 3dc53eae63c2acdee7eed0fbab27af068ed8befd /devel/p5-Date-Calc | |
parent | - Update to version 1.0.5 (diff) |
Remove the recursive assignment of SITE_PERL to ${SITE_PERL} introduced
in the last commit.
Notes
Notes:
svn path=/head/; revision=92065
Diffstat (limited to 'devel/p5-Date-Calc')
-rw-r--r-- | devel/p5-Date-Calc/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/devel/p5-Date-Calc/Makefile b/devel/p5-Date-Calc/Makefile index c49fbd90f2f9..9ae1a5aa3747 100644 --- a/devel/p5-Date-Calc/Makefile +++ b/devel/p5-Date-Calc/Makefile @@ -22,6 +22,5 @@ PERL_CONFIGURE= yes MAN3= Date::Calc.3 Date::Calc::Object.3 Date::Calendar.3 \ Date::Calendar::Profiles.3 Date::Calendar::Year.3 -SITE_PERL= ${SITE_PERL} .include <bsd.port.mk> |