diff options
author | miwi <miwi@FreeBSD.org> | 2014-02-05 15:35:14 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-02-05 15:35:14 +0800 |
commit | b2a232436d8909d1fcca89a6bf2662a3d26810ec (patch) | |
tree | ebd9bc3613ce57afbe60cc214c06e050be77d6a2 | |
parent | 082cfd177c17216932c98d0fd9499a2962ea2eb4 (diff) | |
download | freebsd-ports-gnome-b2a232436d8909d1fcca89a6bf2662a3d26810ec.tar.gz freebsd-ports-gnome-b2a232436d8909d1fcca89a6bf2662a3d26810ec.tar.zst freebsd-ports-gnome-b2a232436d8909d1fcca89a6bf2662a3d26810ec.zip |
- Stage support
-rw-r--r-- | devel/p5-Module-List/Makefile | 3 | ||||
-rw-r--r-- | devel/p5-Module-List/pkg-plist | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/devel/p5-Module-List/Makefile b/devel/p5-Module-List/Makefile index 9aabf7aa4cd5..1cd46787fe40 100644 --- a/devel/p5-Module-List/Makefile +++ b/devel/p5-Module-List/Makefile @@ -15,7 +15,4 @@ RUN_DEPENDS= p5-parent>=0:${PORTSDIR}/devel/p5-parent USES= perl5 USE_PERL5= modbuild -MAN3= Module::List.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/devel/p5-Module-List/pkg-plist b/devel/p5-Module-List/pkg-plist index c866a52b893f..3578ee56d37f 100644 --- a/devel/p5-Module-List/pkg-plist +++ b/devel/p5-Module-List/pkg-plist @@ -1,2 +1,3 @@ %%SITE_PERL%%/Module/List.pm +%%PERL5_MAN3%%/Module::List.3.gz @dirrmtry %%SITE_PERL%%/Module |