diff options
author | adamw <adamw@FreeBSD.org> | 2015-03-14 01:34:22 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2015-03-14 01:34:22 +0800 |
commit | 77cf8f1e6fc559e056063cd7c36c60a11287a8c8 (patch) | |
tree | cc6c8eecfa6fbe0bcddb6ee56697f60c10ee5cd1 /www/p5-URI-Fetch | |
parent | 228f79380e567c50f712c282998f4bf49385e83a (diff) | |
download | freebsd-ports-gnome-77cf8f1e6fc559e056063cd7c36c60a11287a8c8.tar.gz freebsd-ports-gnome-77cf8f1e6fc559e056063cd7c36c60a11287a8c8.tar.zst freebsd-ports-gnome-77cf8f1e6fc559e056063cd7c36c60a11287a8c8.zip |
Fix typo.
Diffstat (limited to 'www/p5-URI-Fetch')
-rw-r--r-- | www/p5-URI-Fetch/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/p5-URI-Fetch/Makefile b/www/p5-URI-Fetch/Makefile index 4a1f4c8e02c0..ecd11e6287bf 100644 --- a/www/p5-URI-Fetch/Makefile +++ b/www/p5-URI-Fetch/Makefile @@ -27,4 +27,4 @@ USE_PERL5= configure CACHE_BUILD_DEPENDS= p5-Cache>=0:${PORTSDIR}/devel/p5-Cache CACHE_RUN_DEPENDS= p5-Cache>=0:${PORTSDIR}/devel/p5-Cache -.include <bsd.port.post.mk> +.include <bsd.port.mk> |