aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-SCGI/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/p5-SCGI/Makefile')
-rw-r--r--www/p5-SCGI/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/www/p5-SCGI/Makefile b/www/p5-SCGI/Makefile
index 8487149f581c..6623eb7f1169 100644
--- a/www/p5-SCGI/Makefile
+++ b/www/p5-SCGI/Makefile
@@ -14,10 +14,9 @@ COMMENT= SCGI server interface
USES= perl5
USE_PERL5= modbuild
-MAN3= SCGI.3 SCGI::Request.3
-
-PLIST_FILES= ${SITE_PERL_REL}/SCGI.pm ${SITE_PERL_REL}/SCGI/Request.pm
+PLIST_FILES= ${SITE_PERL_REL}/SCGI.pm ${SITE_PERL_REL}/SCGI/Request.pm \
+ %%PERL5_MAN3%%/SCGI.3.gz \
+ %%PERL5_MAN3%%/SCGI::Request.3.gz
PLIST_DIRS= ${SITE_PERL_REL}/SCGI
-NO_STAGE= yes
.include <bsd.port.mk>