aboutsummaryrefslogtreecommitdiffstats
path: root/astro
diff options
context:
space:
mode:
Diffstat (limited to 'astro')
-rw-r--r--astro/p5-Astro-Coords/Makefile12
-rw-r--r--astro/p5-Astro-Coords/pkg-plist10
-rw-r--r--astro/p5-Astro-PAL/Makefile4
-rw-r--r--astro/p5-Astro-PAL/pkg-plist2
-rw-r--r--astro/p5-Astro-Telescope/Makefile3
-rw-r--r--astro/p5-Astro-Telescope/pkg-plist1
-rw-r--r--astro/p5-Astro-WaveBand/Makefile3
-rw-r--r--astro/p5-Astro-WaveBand/pkg-plist1
8 files changed, 14 insertions, 22 deletions
diff --git a/astro/p5-Astro-Coords/Makefile b/astro/p5-Astro-Coords/Makefile
index 7dde10556422..65648593334f 100644
--- a/astro/p5-Astro-Coords/Makefile
+++ b/astro/p5-Astro-Coords/Makefile
@@ -22,17 +22,5 @@ TEST_DEPENDS= p5-Test-Number-Delta>=0:${PORTSDIR}/devel/p5-Test-Number-Delta \
USE_PERL5= modbuild
USES= perl5
-NO_STAGE= yes
-
-MAN3= Astro::Coords.3 \
- Astro::Coords::Angle.3 \
- Astro::Coords::Angle::Hour.3 \
- Astro::Coords::Calibration.3 \
- Astro::Coords::Elements.3 \
- Astro::Coords::Equatorial.3 \
- Astro::Coords::Fixed.3 \
- Astro::Coords::Interpolated.3 \
- Astro::Coords::Offset.3 \
- Astro::Coords::Planet.3
.include <bsd.port.mk>
diff --git a/astro/p5-Astro-Coords/pkg-plist b/astro/p5-Astro-Coords/pkg-plist
index f9e23cdafd2b..5bd6e3fcbaaa 100644
--- a/astro/p5-Astro-Coords/pkg-plist
+++ b/astro/p5-Astro-Coords/pkg-plist
@@ -8,6 +8,16 @@
%%SITE_PERL%%/Astro/Coords/Interpolated.pm
%%SITE_PERL%%/Astro/Coords/Offset.pm
%%SITE_PERL%%/Astro/Coords/Planet.pm
+%%PERL5_MAN3%%/Astro::Coords.3.gz
+%%PERL5_MAN3%%/Astro::Coords::Angle.3.gz
+%%PERL5_MAN3%%/Astro::Coords::Angle::Hour.3.gz
+%%PERL5_MAN3%%/Astro::Coords::Calibration.3.gz
+%%PERL5_MAN3%%/Astro::Coords::Elements.3.gz
+%%PERL5_MAN3%%/Astro::Coords::Equatorial.3.gz
+%%PERL5_MAN3%%/Astro::Coords::Fixed.3.gz
+%%PERL5_MAN3%%/Astro::Coords::Interpolated.3.gz
+%%PERL5_MAN3%%/Astro::Coords::Offset.3.gz
+%%PERL5_MAN3%%/Astro::Coords::Planet.3.gz
@dirrmtry %%SITE_PERL%%/Astro/Coords/Angle
@dirrmtry %%SITE_PERL%%/Astro/Coords
@dirrmtry %%SITE_PERL%%/Astro
diff --git a/astro/p5-Astro-PAL/Makefile b/astro/p5-Astro-PAL/Makefile
index aeb48100c551..b571a02740ab 100644
--- a/astro/p5-Astro-PAL/Makefile
+++ b/astro/p5-Astro-PAL/Makefile
@@ -14,9 +14,5 @@ LICENSE= GPLv3
USE_PERL5= modbuild
USES= perl5
-NO_STAGE= yes
-
-MAN1= stime.1
-MAN3= Astro::PAL.3
.include <bsd.port.mk>
diff --git a/astro/p5-Astro-PAL/pkg-plist b/astro/p5-Astro-PAL/pkg-plist
index 89f463c21717..fd8575441646 100644
--- a/astro/p5-Astro-PAL/pkg-plist
+++ b/astro/p5-Astro-PAL/pkg-plist
@@ -2,6 +2,8 @@ bin/stime
%%SITE_PERL%%/%%PERL_ARCH%%/Astro/PAL.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Astro/PAL/PAL.bs
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Astro/PAL/PAL.so
+%%PERL5_MAN3%%/Astro::PAL.3.gz
+man/man1/stime.1.gz
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Astro/PAL
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Astro
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Astro
diff --git a/astro/p5-Astro-Telescope/Makefile b/astro/p5-Astro-Telescope/Makefile
index 17ab2206a19b..96a2b5f0317d 100644
--- a/astro/p5-Astro-Telescope/Makefile
+++ b/astro/p5-Astro-Telescope/Makefile
@@ -18,8 +18,5 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
USE_PERL5= modbuild
USES= perl5
-NO_STAGE= yes
-
-MAN3= Astro::Telescope.3
.include <bsd.port.mk>
diff --git a/astro/p5-Astro-Telescope/pkg-plist b/astro/p5-Astro-Telescope/pkg-plist
index f248880aa634..c7851ffdd60f 100644
--- a/astro/p5-Astro-Telescope/pkg-plist
+++ b/astro/p5-Astro-Telescope/pkg-plist
@@ -1,4 +1,5 @@
%%SITE_PERL%%/Astro/Telescope.pm
%%SITE_PERL%%/Astro/Telescope/MPC.pm
+%%PERL5_MAN3%%/Astro::Telescope.3.gz
@dirrmtry %%SITE_PERL%%/Astro/Telescope
@dirrmtry %%SITE_PERL%%/Astro
diff --git a/astro/p5-Astro-WaveBand/Makefile b/astro/p5-Astro-WaveBand/Makefile
index d476d747f7a9..c0be65d74d4c 100644
--- a/astro/p5-Astro-WaveBand/Makefile
+++ b/astro/p5-Astro-WaveBand/Makefile
@@ -15,8 +15,5 @@ LICENSE_COMB= dual
USE_PERL5= modbuild
USES= perl5
-NO_STAGE= yes
-
-MAN3= Astro::WaveBand.3
.include <bsd.port.mk>
diff --git a/astro/p5-Astro-WaveBand/pkg-plist b/astro/p5-Astro-WaveBand/pkg-plist
index 2fcecc88c305..d134a750adb6 100644
--- a/astro/p5-Astro-WaveBand/pkg-plist
+++ b/astro/p5-Astro-WaveBand/pkg-plist
@@ -1,2 +1,3 @@
%%SITE_PERL%%/Astro/WaveBand.pm
+%%PERL5_MAN3%%/Astro::WaveBand.3.gz
@dirrmtry %%SITE_PERL%%/Astro