diff options
Diffstat (limited to 'www/p5-PHP-Session/Makefile')
-rw-r--r-- | www/p5-PHP-Session/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/p5-PHP-Session/Makefile b/www/p5-PHP-Session/Makefile index c2ad84779e64..12ddfad9a259 100644 --- a/www/p5-PHP-Session/Makefile +++ b/www/p5-PHP-Session/Makefile @@ -15,13 +15,13 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure +NO_STAGE= yes MAN3= PHP::Session.3 PHP::Session::Serializer::PHP.3 .if !defined(NOPORTDOCS) PORTDOCS= Changes README -NO_STAGE= yes post-install: @${MKDIR} ${DOCSDIR} @${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} |