diff options
author | wen <wen@FreeBSD.org> | 2018-10-11 17:59:56 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2018-10-11 17:59:56 +0800 |
commit | 7712ada4a5110c70a5e6c667212b1f010b694ef9 (patch) | |
tree | 7670565f0051d1e74e173c60d194b5cfd0e388c1 | |
parent | 3116947f986ea38ea65c9eca7b50f42e7601f54a (diff) | |
download | freebsd-ports-gnome-7712ada4a5110c70a5e6c667212b1f010b694ef9.tar.gz freebsd-ports-gnome-7712ada4a5110c70a5e6c667212b1f010b694ef9.tar.zst freebsd-ports-gnome-7712ada4a5110c70a5e6c667212b1f010b694ef9.zip |
- Fix typo
Spotted by: tobik@
-rw-r--r-- | www/typo3-7/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/typo3-7/Makefile b/www/typo3-7/Makefile index dff62fd5c2e8..e25d183c9aa8 100644 --- a/www/typo3-7/Makefile +++ b/www/typo3-7/Makefile @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt PORTSCOUT= limit:^${PORT_V_MAJOR}\.${PORT_V_MINOR}\. DEPRECATED= Support will end in October 2018, please update to either www/typo3-8 or www/typo3-9 -EXPIRDATION_DATE= 2018-10-31 +EXPIRATION_DATE= 2018-10-31 USES= cpe shebangfix php:web SHEBANG_GLOB= *.sh *.php |