diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2005-12-20 11:37:26 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2005-12-20 11:37:26 +0000 |
commit | b76099f8c6e2c3a5a26c781e75bab88d47e33bd8 (patch) | |
tree | eeda151344f6eed6a5dac0766b6d986c7c178ff7 | |
parent | sysutils/topless: update to 1.51 (diff) |
Fix typo in EXPIRATION_DATE
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=151618
-rw-r--r-- | www/p5-Bundle-Catalyst/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/p5-Bundle-Catalyst/Makefile b/www/p5-Bundle-Catalyst/Makefile index 6be4298aaa17..a93ef43d8169 100644 --- a/www/p5-Bundle-Catalyst/Makefile +++ b/www/p5-Bundle-Catalyst/Makefile @@ -37,7 +37,7 @@ RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes DEPRECATED= Replaced by www/p5-Task-Catalyst -EXPRIRATION_DATE= 2005-02-08 +EXPIRATION_DATE= 2005-02-08 MAN3= Bundle::Catalyst.3 |