Install document files too.
PR: 20932 Submitted by: Leo Kim <leo@florida.sarang.net>
This commit is contained in:
parent
a2310b0abb
commit
2300afb6bc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=32301
2 changed files with 7 additions and 0 deletions
|
@ -24,6 +24,10 @@ do-build:
|
|||
|
||||
do-install:
|
||||
cd ${WRKSRC} ; ${LOCALBASE}/sbin/apxs -i -a -n fastcgi mod_fastcgi.so
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${PREFIX}/share/doc/mod_fastcgi
|
||||
@cd ${WRKSRC} ; ${CP} -R docs/* ${PREFIX}/share/doc/mod_fastcgi
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
@${ECHO_MSG} "*******************************************************"
|
||||
|
|
|
@ -1 +1,4 @@
|
|||
libexec/apache/mod_fastcgi.so
|
||||
share/doc/mod_fastcgi/LICENSE.TERMS
|
||||
share/doc/mod_fastcgi/mod_fastcgi.html
|
||||
@dirrm share/doc/mod_fastcgi
|
||||
|
|
Loading…
Reference in a new issue