diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-12-29 14:29:18 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-12-29 14:29:18 +0000 |
commit | f1749e4ab1795953ad8807b40fcb138ad425a53f (patch) | |
tree | c09c83633fb69d859c6df4ea95f7abf5603e7106 /textproc/php-mecab | |
parent | 704bb9e9971d46ab880545798ed4514ef748f80a (diff) | |
download | freebsd-ports-f1749e4ab1795953ad8807b40fcb138ad425a53f.zip |
- Remove bogus (in presence of USE_GITHUB) USES=tar*
- While here, minor cosmetic and license fixes
Approved by: portmgr blanket
Diffstat (limited to 'textproc/php-mecab')
-rw-r--r-- | textproc/php-mecab/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/php-mecab/Makefile b/textproc/php-mecab/Makefile index 5a3e4ae1164a..66af20db3e3c 100644 --- a/textproc/php-mecab/Makefile +++ b/textproc/php-mecab/Makefile @@ -18,8 +18,8 @@ USE_GITHUB= yes GH_ACCOUNT= rsky WRKSRC_SUBDIR= mecab -CONFIGURE_ARGS+= --with-mecab=${LOCALBASE}/bin/mecab-config -USES= php:ext tar:tgz +CONFIGURE_ARGS= --with-mecab=${LOCALBASE}/bin/mecab-config +USES= php:ext PHP_MODNAME= mecab .include <bsd.port.mk> |