aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2013-11-03 08:05:18 +0000
committerAndrej Zverev <az@FreeBSD.org>2013-11-03 08:05:18 +0000
commit487d869eba44d66d3e820923cad269fe7678dcf8 (patch)
treee6b9ba8c9765ace5587ebd432127d82827160958 /misc
parent00afe0823b9606d6b31125eb813c00c09e537fed (diff)
downloadports-487d869eba44d66d3e820923cad269fe7678dcf8.tar.gz
ports-487d869eba44d66d3e820923cad269fe7678dcf8.zip
Notes
Diffstat (limited to 'misc')
-rw-r--r--misc/p5-Array-Compare/Makefile4
-rw-r--r--misc/p5-Array-Compare/pkg-plist1
-rw-r--r--misc/p5-Array-IntSpan/Makefile3
-rw-r--r--misc/p5-Array-IntSpan/pkg-plist2
-rw-r--r--misc/p5-Array-PrintCols/Makefile3
-rw-r--r--misc/p5-Array-PrintCols/pkg-plist1
-rw-r--r--misc/p5-Array-RefElem/Makefile3
-rw-r--r--misc/p5-Array-RefElem/pkg-plist1
-rw-r--r--misc/p5-Asterisk/Makefile6
-rw-r--r--misc/p5-Asterisk/pkg-plist4
-rw-r--r--misc/p5-Business-ISIN/Makefile3
-rw-r--r--misc/p5-Business-ISIN/pkg-plist1
-rw-r--r--misc/p5-Data-Buffer/Makefile3
-rw-r--r--misc/p5-Data-Buffer/pkg-plist1
-rw-r--r--misc/p5-Geo-Postcodes-DK/Makefile3
-rw-r--r--misc/p5-Geo-Postcodes-DK/pkg-plist1
-rw-r--r--misc/p5-Geo-Postcodes-NO/Makefile3
-rw-r--r--misc/p5-Geo-Postcodes-NO/pkg-plist1
-rw-r--r--misc/p5-Geo-Postcodes/Makefile8
-rw-r--r--misc/p5-Geo-Postcodes/pkg-plist6
-rw-r--r--misc/p5-Geo-Weather/Makefile3
-rw-r--r--misc/p5-Geo-Weather/pkg-plist1
-rw-r--r--misc/p5-Locale-Geocode/Makefile5
-rw-r--r--misc/p5-Locale-Geocode/pkg-plist3
-rw-r--r--misc/p5-Locale-US/Makefile3
-rw-r--r--misc/p5-Locale-US/pkg-plist1
-rw-r--r--misc/p5-Net-vCard/Makefile3
-rw-r--r--misc/p5-Net-vCard/pkg-plist2
-rw-r--r--misc/p5-Tie-DxHash/Makefile3
-rw-r--r--misc/p5-Tie-DxHash/pkg-plist1
30 files changed, 27 insertions, 56 deletions
diff --git a/misc/p5-Array-Compare/Makefile b/misc/p5-Array-Compare/Makefile
index 49eb7872ee72..387903821e75 100644
--- a/misc/p5-Array-Compare/Makefile
+++ b/misc/p5-Array-Compare/Makefile
@@ -13,7 +13,6 @@ COMMENT= Perl extension for comparing arrays
BUILD_DEPENDS= p5-Moose>=0:${PORTSDIR}/devel/p5-Moose
RUN_DEPENDS= p5-Moose>=0:${PORTSDIR}/devel/p5-Moose
-
TEST_DEPENDS= p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings \
p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod \
p5-Test-Pod-Coverage>=1:${PORTSDIR}/devel/p5-Test-Pod-Coverage
@@ -21,7 +20,4 @@ TEST_DEPENDS= p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings \
USES= perl5
USE_PERL5= configure
-MAN3= Array::Compare.3
-
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/misc/p5-Array-Compare/pkg-plist b/misc/p5-Array-Compare/pkg-plist
index 2bb51ce090ab..968bdd695ad8 100644
--- a/misc/p5-Array-Compare/pkg-plist
+++ b/misc/p5-Array-Compare/pkg-plist
@@ -1,5 +1,6 @@
%%SITE_PERL%%/Array/Compare.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Array/Compare/.packlist
+%%PERL5_MAN3%%/Array::Compare.3.gz
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Array/Compare
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Array
@dirrmtry %%SITE_PERL%%/Array
diff --git a/misc/p5-Array-IntSpan/Makefile b/misc/p5-Array-IntSpan/Makefile
index 7499712d7d3f..0cb2def775c2 100644
--- a/misc/p5-Array-IntSpan/Makefile
+++ b/misc/p5-Array-IntSpan/Makefile
@@ -13,9 +13,6 @@ COMMENT= Module for handling arrays using IntSpan techniques
USES= perl5
USE_PERL5= configure
-MAN3= Array::IntSpan.3 Array::IntSpan::Fields.3
-
-NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -i '' -e 's/3pm/3/g' ${WRKSRC}/${CONFIGURE_SCRIPT}
diff --git a/misc/p5-Array-IntSpan/pkg-plist b/misc/p5-Array-IntSpan/pkg-plist
index c6bdf94c886a..ed1bffe1c8c3 100644
--- a/misc/p5-Array-IntSpan/pkg-plist
+++ b/misc/p5-Array-IntSpan/pkg-plist
@@ -2,6 +2,8 @@
%%SITE_PERL%%/Array/IntSpan/IP.pm
%%SITE_PERL%%/Array/IntSpan/Fields.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Array/IntSpan/.packlist
+%%PERL5_MAN3%%/Array::IntSpan.3.gz
+%%PERL5_MAN3%%/Array::IntSpan::Fields.3.gz
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Array/IntSpan
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Array
@dirrm %%SITE_PERL%%/Array/IntSpan
diff --git a/misc/p5-Array-PrintCols/Makefile b/misc/p5-Array-PrintCols/Makefile
index 7922304e2907..b90f147c54b8 100644
--- a/misc/p5-Array-PrintCols/Makefile
+++ b/misc/p5-Array-PrintCols/Makefile
@@ -13,7 +13,4 @@ COMMENT= Perl5 module to print arrays of elements in sorted columns
USES= perl5
USE_PERL5= configure
-MAN3= Array::PrintCols.3
-
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/misc/p5-Array-PrintCols/pkg-plist b/misc/p5-Array-PrintCols/pkg-plist
index cff1411ae715..247fed3d730d 100644
--- a/misc/p5-Array-PrintCols/pkg-plist
+++ b/misc/p5-Array-PrintCols/pkg-plist
@@ -1,5 +1,6 @@
%%SITE_PERL%%/Array/PrintCols.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Array/PrintCols/.packlist
+%%PERL5_MAN3%%/Array::PrintCols.3.gz
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Array/PrintCols
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Array
@dirrmtry %%SITE_PERL%%/Array
diff --git a/misc/p5-Array-RefElem/Makefile b/misc/p5-Array-RefElem/Makefile
index e33bd789e7de..8a17736cf022 100644
--- a/misc/p5-Array-RefElem/Makefile
+++ b/misc/p5-Array-RefElem/Makefile
@@ -13,7 +13,4 @@ COMMENT= Set up array elements as aliases
USES= perl5
USE_PERL5= configure
-MAN3= Array::RefElem.3
-
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/misc/p5-Array-RefElem/pkg-plist b/misc/p5-Array-RefElem/pkg-plist
index 3d062ee1fc15..aa38a811ca7c 100644
--- a/misc/p5-Array-RefElem/pkg-plist
+++ b/misc/p5-Array-RefElem/pkg-plist
@@ -2,6 +2,7 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Array/RefElem/.packlist
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Array/RefElem/RefElem.bs
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Array/RefElem/RefElem.so
+%%PERL5_MAN3%%/Array::RefElem.3.gz
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Array/RefElem
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Array
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Array
diff --git a/misc/p5-Asterisk/Makefile b/misc/p5-Asterisk/Makefile
index 2913e92816e8..5fb6120ef583 100644
--- a/misc/p5-Asterisk/Makefile
+++ b/misc/p5-Asterisk/Makefile
@@ -16,10 +16,4 @@ USES= perl5
USE_PERL5= configure
WRKSRC= ${WRKDIR}/asterisk-perl-${PORTVERSION}
-MAN3= Asterisk::AGI.3 \
- Asterisk::Manager.3 \
- Asterisk::Outgoing.3 \
- Asterisk::Voicemail.3
-
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/misc/p5-Asterisk/pkg-plist b/misc/p5-Asterisk/pkg-plist
index 7b36ae7a2645..5941da0ec2d1 100644
--- a/misc/p5-Asterisk/pkg-plist
+++ b/misc/p5-Asterisk/pkg-plist
@@ -5,5 +5,9 @@
%%SITE_PERL%%/Asterisk/QCall.pm
%%SITE_PERL%%/Asterisk/Voicemail.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/asterisk-perl/.packlist
+%%PERL5_MAN3%%/Asterisk::AGI.3.gz
+%%PERL5_MAN3%%/Asterisk::Manager.3.gz
+%%PERL5_MAN3%%/Asterisk::Outgoing.3.gz
+%%PERL5_MAN3%%/Asterisk::Voicemail.3.gz
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/asterisk-perl
@dirrm %%SITE_PERL%%/Asterisk
diff --git a/misc/p5-Business-ISIN/Makefile b/misc/p5-Business-ISIN/Makefile
index 4e941e84877e..6f582a91602a 100644
--- a/misc/p5-Business-ISIN/Makefile
+++ b/misc/p5-Business-ISIN/Makefile
@@ -17,7 +17,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
-MAN3= Business::ISIN.3
-
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/misc/p5-Business-ISIN/pkg-plist b/misc/p5-Business-ISIN/pkg-plist
index 31f6772b07ac..668d6eb0ed7b 100644
--- a/misc/p5-Business-ISIN/pkg-plist
+++ b/misc/p5-Business-ISIN/pkg-plist
@@ -1,5 +1,6 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Business/ISIN/.packlist
%%SITE_PERL%%/Business/ISIN.pm
+%%PERL5_MAN3%%/Business::ISIN.3.gz
@dirrmtry %%SITE_PERL%%/Business
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Business/ISIN
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Business
diff --git a/misc/p5-Data-Buffer/Makefile b/misc/p5-Data-Buffer/Makefile
index 898bc3a5dc8c..3e372dd980fe 100644
--- a/misc/p5-Data-Buffer/Makefile
+++ b/misc/p5-Data-Buffer/Makefile
@@ -13,7 +13,4 @@ COMMENT= Read/write buffer class
USES= perl5
USE_PERL5= configure
-MAN3= Data::Buffer.3
-
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/misc/p5-Data-Buffer/pkg-plist b/misc/p5-Data-Buffer/pkg-plist
index c4cf578dcb01..bab2111381c3 100644
--- a/misc/p5-Data-Buffer/pkg-plist
+++ b/misc/p5-Data-Buffer/pkg-plist
@@ -1,5 +1,6 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Buffer/.packlist
%%SITE_PERL%%/Data/Buffer.pm
+%%PERL5_MAN3%%/Data::Buffer.3.gz
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Buffer
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data
@dirrm %%SITE_PERL%%/Data
diff --git a/misc/p5-Geo-Postcodes-DK/Makefile b/misc/p5-Geo-Postcodes-DK/Makefile
index 35ba30c057c7..65fe13267fd2 100644
--- a/misc/p5-Geo-Postcodes-DK/Makefile
+++ b/misc/p5-Geo-Postcodes-DK/Makefile
@@ -16,7 +16,4 @@ RUN_DEPENDS= p5-Geo-Postcodes>=0.31:${PORTSDIR}/misc/p5-Geo-Postcodes
USES= perl5
USE_PERL5= configure
-MAN3= Geo::Postcodes::DK.3
-
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/misc/p5-Geo-Postcodes-DK/pkg-plist b/misc/p5-Geo-Postcodes-DK/pkg-plist
index f249ff0ebe17..6ca64eee9c18 100644
--- a/misc/p5-Geo-Postcodes-DK/pkg-plist
+++ b/misc/p5-Geo-Postcodes-DK/pkg-plist
@@ -1,5 +1,6 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo/Postcodes/DK/.packlist
%%SITE_PERL%%/Geo/Postcodes/DK.pm
+%%PERL5_MAN3%%/Geo::Postcodes::DK.3.gz
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo/Postcodes/DK
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo/Postcodes
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo
diff --git a/misc/p5-Geo-Postcodes-NO/Makefile b/misc/p5-Geo-Postcodes-NO/Makefile
index b39ace64ca63..d61ecd5ca22b 100644
--- a/misc/p5-Geo-Postcodes-NO/Makefile
+++ b/misc/p5-Geo-Postcodes-NO/Makefile
@@ -16,7 +16,4 @@ RUN_DEPENDS= p5-Geo-Postcodes>=0.31:${PORTSDIR}/misc/p5-Geo-Postcodes
USES= perl5
USE_PERL5= configure
-MAN3= Geo::Postcodes::NO.3
-
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/misc/p5-Geo-Postcodes-NO/pkg-plist b/misc/p5-Geo-Postcodes-NO/pkg-plist
index 831726c36e4b..758925320a02 100644
--- a/misc/p5-Geo-Postcodes-NO/pkg-plist
+++ b/misc/p5-Geo-Postcodes-NO/pkg-plist
@@ -1,5 +1,6 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo/Postcodes/NO/.packlist
%%SITE_PERL%%/Geo/Postcodes/NO.pm
+%%PERL5_MAN3%%/Geo::Postcodes::NO.3.gz
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo/Postcodes/NO
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo/Postcodes
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo
diff --git a/misc/p5-Geo-Postcodes/Makefile b/misc/p5-Geo-Postcodes/Makefile
index 7a0ae3f0ceda..d92b11a23f19 100644
--- a/misc/p5-Geo-Postcodes/Makefile
+++ b/misc/p5-Geo-Postcodes/Makefile
@@ -14,12 +14,4 @@ COMMENT= Base class for the Geo::Postcodes::XX modules
USES= perl5
USE_PERL5= configure
-MAN3= Geo::Postcodes.3 \
- Geo::Postcodes::Ajax.3 \
- Geo::Postcodes::Selection.3 \
- Geo::Postcodes::Subclass.3 \
- Geo::Postcodes::Tutorial.3 \
- Geo::Postcodes::Update.3
-
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/misc/p5-Geo-Postcodes/pkg-plist b/misc/p5-Geo-Postcodes/pkg-plist
index 5a7c5ae3b048..cce1df50a0f0 100644
--- a/misc/p5-Geo-Postcodes/pkg-plist
+++ b/misc/p5-Geo-Postcodes/pkg-plist
@@ -5,6 +5,12 @@
%%SITE_PERL%%/Geo/Postcodes/Subclass.pod
%%SITE_PERL%%/Geo/Postcodes/Tutorial.pod
%%SITE_PERL%%/Geo/Postcodes/Update.pm
+%%PERL5_MAN3%%/Geo::Postcodes.3.gz
+%%PERL5_MAN3%%/Geo::Postcodes::Ajax.3.gz
+%%PERL5_MAN3%%/Geo::Postcodes::Selection.3.gz
+%%PERL5_MAN3%%/Geo::Postcodes::Subclass.3.gz
+%%PERL5_MAN3%%/Geo::Postcodes::Tutorial.3.gz
+%%PERL5_MAN3%%/Geo::Postcodes::Update.3.gz
@dirrmtry %%SITE_PERL%%/Geo/Postcodes
@dirrmtry %%SITE_PERL%%/Geo
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo/Postcodes
diff --git a/misc/p5-Geo-Weather/Makefile b/misc/p5-Geo-Weather/Makefile
index 63b080b3b3fe..65e48cecdd54 100644
--- a/misc/p5-Geo-Weather/Makefile
+++ b/misc/p5-Geo-Weather/Makefile
@@ -16,7 +16,4 @@ RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww
USES= perl5
USE_PERL5= configure
-MAN3= Geo::Weather.3
-
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/misc/p5-Geo-Weather/pkg-plist b/misc/p5-Geo-Weather/pkg-plist
index 672b27122a93..b95ad3a220c7 100644
--- a/misc/p5-Geo-Weather/pkg-plist
+++ b/misc/p5-Geo-Weather/pkg-plist
@@ -1,5 +1,6 @@
%%SITE_PERL%%/Geo/Weather.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo/Weather/.packlist
+%%PERL5_MAN3%%/Geo::Weather.3.gz
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo/Weather
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo
@dirrmtry %%SITE_PERL%%/Geo
diff --git a/misc/p5-Locale-Geocode/Makefile b/misc/p5-Locale-Geocode/Makefile
index 429eb4b668a5..ed4bad079ee8 100644
--- a/misc/p5-Locale-Geocode/Makefile
+++ b/misc/p5-Locale-Geocode/Makefile
@@ -18,9 +18,4 @@ BUILD_DEPENDS:= ${RUN_DEPENDS}
USES= perl5
USE_PERL5= configure
-MAN3= Locale::Geocode.3 \
- Locale::Geocode::Division.3 \
- Locale::Geocode::Territory.3
-
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/misc/p5-Locale-Geocode/pkg-plist b/misc/p5-Locale-Geocode/pkg-plist
index dc31c3c52b70..b847561375c5 100644
--- a/misc/p5-Locale-Geocode/pkg-plist
+++ b/misc/p5-Locale-Geocode/pkg-plist
@@ -2,6 +2,9 @@
%%SITE_PERL%%/Locale/Geocode/Division.pm
%%SITE_PERL%%/Locale/Geocode/Territory.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Locale/Geocode/.packlist
+%%PERL5_MAN3%%/Locale::Geocode.3.gz
+%%PERL5_MAN3%%/Locale::Geocode::Division.3.gz
+%%PERL5_MAN3%%/Locale::Geocode::Territory.3.gz
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Locale/Geocode
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Locale
@dirrmtry %%SITE_PERL%%/Locale/Geocode
diff --git a/misc/p5-Locale-US/Makefile b/misc/p5-Locale-US/Makefile
index 84ec6ff861bb..1672e28e2ed5 100644
--- a/misc/p5-Locale-US/Makefile
+++ b/misc/p5-Locale-US/Makefile
@@ -17,7 +17,4 @@ RUN_DEPENDS= p5-Data-Section-Simple>=0:${PORTSDIR}/devel/p5-Data-Section-Simple
USES= perl5
USE_PERL5= configure
-MAN3= Locale::US.3
-
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/misc/p5-Locale-US/pkg-plist b/misc/p5-Locale-US/pkg-plist
index 538469e9fa4d..db76922e2ea5 100644
--- a/misc/p5-Locale-US/pkg-plist
+++ b/misc/p5-Locale-US/pkg-plist
@@ -1,6 +1,7 @@
%%SITE_PERL%%/Locale/US.pm
%%SITE_PERL%%/Locale/kruft2codes.pl
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Locale/US/.packlist
+%%PERL5_MAN3%%/Locale::US.3.gz
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Locale/US
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Locale
@dirrmtry %%SITE_PERL%%/Locale
diff --git a/misc/p5-Net-vCard/Makefile b/misc/p5-Net-vCard/Makefile
index cc0fa137252c..779ccc4cd9a6 100644
--- a/misc/p5-Net-vCard/Makefile
+++ b/misc/p5-Net-vCard/Makefile
@@ -13,7 +13,4 @@ COMMENT= Read and write vCard files (RFC 2426)
USES= perl5
USE_PERL5= configure
-MAN3= Net::vFile.3 Net::vCard.3
-
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/misc/p5-Net-vCard/pkg-plist b/misc/p5-Net-vCard/pkg-plist
index 28e5c560c493..5fd15261ba77 100644
--- a/misc/p5-Net-vCard/pkg-plist
+++ b/misc/p5-Net-vCard/pkg-plist
@@ -3,6 +3,8 @@ bin/vCard2label
%%SITE_PERL%%/Net/vCard/ADR.pm
%%SITE_PERL%%/Net/vFile.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/vCard/.packlist
+%%PERL5_MAN3%%/Net::vFile.3.gz
+%%PERL5_MAN3%%/Net::vCard.3.gz
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/vCard
@dirrm %%SITE_PERL%%/Net/vCard
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
diff --git a/misc/p5-Tie-DxHash/Makefile b/misc/p5-Tie-DxHash/Makefile
index 2d000dae1c03..d71e200df929 100644
--- a/misc/p5-Tie-DxHash/Makefile
+++ b/misc/p5-Tie-DxHash/Makefile
@@ -16,7 +16,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
-MAN3= Tie::DxHash.3
-
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/misc/p5-Tie-DxHash/pkg-plist b/misc/p5-Tie-DxHash/pkg-plist
index 124ca199dbbd..c6c57408c2e7 100644
--- a/misc/p5-Tie-DxHash/pkg-plist
+++ b/misc/p5-Tie-DxHash/pkg-plist
@@ -1,5 +1,6 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Tie/DxHash/.packlist
%%SITE_PERL%%/Tie/DxHash.pm
+%%PERL5_MAN3%%/Tie::DxHash.3.gz
@dirrmtry %%SITE_PERL%%/Tie
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tie/DxHash
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tie