diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-10-01 03:41:57 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-10-01 03:41:57 +0800 |
commit | e564c647c1b64a9743fa77cb31e297bbbaf26bc4 (patch) | |
tree | 5cd14b9a93280e720aab7eb1feac48150347a768 /textproc/p5-Lingua-Ident | |
parent | cf0f89f6726f6f911a3b678e46dae37bb9250b17 (diff) | |
download | freebsd-ports-gnome-e564c647c1b64a9743fa77cb31e297bbbaf26bc4.tar.gz freebsd-ports-gnome-e564c647c1b64a9743fa77cb31e297bbbaf26bc4.tar.zst freebsd-ports-gnome-e564c647c1b64a9743fa77cb31e297bbbaf26bc4.zip |
- Support STAGEDIR
Diffstat (limited to 'textproc/p5-Lingua-Ident')
-rw-r--r-- | textproc/p5-Lingua-Ident/Makefile | 4 | ||||
-rw-r--r-- | textproc/p5-Lingua-Ident/pkg-plist | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/textproc/p5-Lingua-Ident/Makefile b/textproc/p5-Lingua-Ident/Makefile index 6984b0976e1e..32e84954c570 100644 --- a/textproc/p5-Lingua-Ident/Makefile +++ b/textproc/p5-Lingua-Ident/Makefile @@ -14,8 +14,4 @@ COMMENT= Statistical language identification USE_PERL5= configure USES= perl5 -MAN1= trainlid.1 -MAN3= Lingua::Ident.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/textproc/p5-Lingua-Ident/pkg-plist b/textproc/p5-Lingua-Ident/pkg-plist index b5f8a8e84a58..d52214803bca 100644 --- a/textproc/p5-Lingua-Ident/pkg-plist +++ b/textproc/p5-Lingua-Ident/pkg-plist @@ -1,6 +1,8 @@ %%SITE_PERL%%/Lingua/Ident.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/Ident/.packlist bin/trainlid +%%PERL5_MAN3%%/Lingua::Ident.3.gz +man/man1/trainlid.1.gz @dirrmtry %%SITE_PERL%%/Lingua @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/Ident @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua |