diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-11-25 02:31:35 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-11-25 02:31:35 +0800 |
commit | 416e07dd32e56321cee4180e15eee46a714f410d (patch) | |
tree | 62b336f9b5e3680c928d1ffd421a5bce814d64ea /textproc | |
parent | 371419d4dac925d1ef938637b99e08a89cdfaef9 (diff) | |
download | freebsd-ports-gnome-416e07dd32e56321cee4180e15eee46a714f410d.tar.gz freebsd-ports-gnome-416e07dd32e56321cee4180e15eee46a714f410d.tar.zst freebsd-ports-gnome-416e07dd32e56321cee4180e15eee46a714f410d.zip |
- Add LICENSE
- Cleanup PLIST
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Sphinx-Manager/Makefile | 3 | ||||
-rw-r--r-- | textproc/p5-Sphinx-Manager/pkg-plist | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/textproc/p5-Sphinx-Manager/Makefile b/textproc/p5-Sphinx-Manager/Makefile index 71503f0733c5..476aa8a09fc3 100644 --- a/textproc/p5-Sphinx-Manager/Makefile +++ b/textproc/p5-Sphinx-Manager/Makefile @@ -10,6 +10,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Sphinx search engine management (start/stop) +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \ p5-Path-Class>=0:${PORTSDIR}/devel/p5-Path-Class \ p5-Proc-ProcessTable>=0:${PORTSDIR}/devel/p5-Proc-ProcessTable \ diff --git a/textproc/p5-Sphinx-Manager/pkg-plist b/textproc/p5-Sphinx-Manager/pkg-plist index 61f363c43f95..b016b4a9735a 100644 --- a/textproc/p5-Sphinx-Manager/pkg-plist +++ b/textproc/p5-Sphinx-Manager/pkg-plist @@ -1,6 +1,3 @@ %%SITE_PERL%%/Sphinx/Manager.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Sphinx/Manager/.packlist %%PERL5_MAN3%%/Sphinx::Manager.3.gz -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Sphinx/Manager -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Sphinx -@dirrmtry %%SITE_PERL%%/Sphinx |