diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-02-06 16:40:20 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-02-06 16:40:20 +0800 |
commit | 582350e6f84e0986ef9803302a5de180abc19277 (patch) | |
tree | 4e4674151f42b8e0b1172ae1a38810aedff57dfe /devel | |
parent | e1cc78383f673b3ce7ecd271d6ea42989f240203 (diff) | |
download | freebsd-ports-gnome-582350e6f84e0986ef9803302a5de180abc19277.tar.gz freebsd-ports-gnome-582350e6f84e0986ef9803302a5de180abc19277.tar.zst freebsd-ports-gnome-582350e6f84e0986ef9803302a5de180abc19277.zip |
Support staging.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Test-Distribution/Makefile | 3 | ||||
-rw-r--r-- | devel/p5-Test-Distribution/pkg-plist | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/devel/p5-Test-Distribution/Makefile b/devel/p5-Test-Distribution/Makefile index 81204abc011b..1050a3f696f5 100644 --- a/devel/p5-Test-Distribution/Makefile +++ b/devel/p5-Test-Distribution/Makefile @@ -20,7 +20,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= modbuild -MAN3= Test::Distribution.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/devel/p5-Test-Distribution/pkg-plist b/devel/p5-Test-Distribution/pkg-plist index f4f07fc89a90..868ebb4b4a90 100644 --- a/devel/p5-Test-Distribution/pkg-plist +++ b/devel/p5-Test-Distribution/pkg-plist @@ -1,2 +1,3 @@ %%SITE_PERL%%/Test/Distribution.pm +%%PERL5_MAN3%%/Test::Distribution.3.gz @dirrmtry %%SITE_PERL%%/Test |