aboutsummaryrefslogtreecommitdiff
path: root/www/p5-Apache-Session-Wrapper/Makefile
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2013-11-07 06:19:38 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2013-11-07 06:19:38 +0000
commit243b278ad1de62135390336434b7d471d99cc94e (patch)
tree4b0474937fa594fa816814eef9aaa9db0d84e20d /www/p5-Apache-Session-Wrapper/Makefile
parentd5f4c2a2d4d78bfc9dc5f2b659de8277e025d01a (diff)
downloadports-243b278ad1de62135390336434b7d471d99cc94e.tar.gz
ports-243b278ad1de62135390336434b7d471d99cc94e.zip
Support STAGEDIR.
Notes
Notes: svn path=/head/; revision=333065
Diffstat (limited to 'www/p5-Apache-Session-Wrapper/Makefile')
-rw-r--r--www/p5-Apache-Session-Wrapper/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/www/p5-Apache-Session-Wrapper/Makefile b/www/p5-Apache-Session-Wrapper/Makefile
index dc201d4bb5d4..71e09ed49fe2 100644
--- a/www/p5-Apache-Session-Wrapper/Makefile
+++ b/www/p5-Apache-Session-Wrapper/Makefile
@@ -18,16 +18,13 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= modbuild
-NO_STAGE= yes
-
-MAN3= Apache::Session::Wrapper.3
.if !defined(NOPORTDOCS)
PORTDOCS= Changes
post-install:
- @${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
.endif