diff options
author | miwi <miwi@FreeBSD.org> | 2013-05-13 17:54:14 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2013-05-13 17:54:14 +0800 |
commit | 3b867b2a813c89a1bc6c097a0c89ba3073766e2b (patch) | |
tree | cec6f7e76a0c7dc497630447862d7ddc1568eb84 /devel | |
parent | 268648bb3f8eaaa52a2aef894eab533047fd0ebf (diff) | |
download | freebsd-ports-graphics-3b867b2a813c89a1bc6c097a0c89ba3073766e2b.tar.gz freebsd-ports-graphics-3b867b2a813c89a1bc6c097a0c89ba3073766e2b.tar.zst freebsd-ports-graphics-3b867b2a813c89a1bc6c097a0c89ba3073766e2b.zip |
- Fix a typo
Diffstat (limited to 'devel')
-rw-r--r-- | devel/pear-Date_Holidays_Ireland/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/pear-Date_Holidays_Ireland/Makefile b/devel/pear-Date_Holidays_Ireland/Makefile index 2071d605377..6cd422eb937 100644 --- a/devel/pear-Date_Holidays_Ireland/Makefile +++ b/devel/pear-Date_Holidays_Ireland/Makefile @@ -10,7 +10,7 @@ COMMENT= Driver based class to calculate holidays in Ireland BUILD_DEPENDS= ${PEARDIR}/Date/Holidays.php:${PORTSDIR}/devel/pear-Date_Holidays RUN_DEPENDS= ${PEARDIR}/Date/Holidays.php:${PORTSDIR}/devel/pear-Date_Holidays -PEAR_AUTOINSTALLL= yes +PEAR_AUTOINSTALL= yes .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/pear/bsd.pear.mk" |