diff options
author | steve <steve@FreeBSD.org> | 2000-09-05 17:04:35 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2000-09-05 17:04:35 +0800 |
commit | 5108f84d7eefe5801498fd7cc89f460acf57af30 (patch) | |
tree | 5dc9ad97e811a1a37b765c8459527a280ea512ea /www/mod_fastcgi | |
parent | 03050dce26f63d154f74a5812c0a3e2cffe7031a (diff) | |
download | freebsd-ports-gnome-5108f84d7eefe5801498fd7cc89f460acf57af30.tar.gz freebsd-ports-gnome-5108f84d7eefe5801498fd7cc89f460acf57af30.tar.zst freebsd-ports-gnome-5108f84d7eefe5801498fd7cc89f460acf57af30.zip |
Install document files too.
PR: 20932
Submitted by: Leo Kim <leo@florida.sarang.net>
Diffstat (limited to 'www/mod_fastcgi')
-rw-r--r-- | www/mod_fastcgi/Makefile | 4 | ||||
-rw-r--r-- | www/mod_fastcgi/pkg-plist | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/www/mod_fastcgi/Makefile b/www/mod_fastcgi/Makefile index 5d89e87182c7..6975132752c5 100644 --- a/www/mod_fastcgi/Makefile +++ b/www/mod_fastcgi/Makefile @@ -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} "*******************************************************" diff --git a/www/mod_fastcgi/pkg-plist b/www/mod_fastcgi/pkg-plist index 6a878a1a1c5a..2f841f3df73f 100644 --- a/www/mod_fastcgi/pkg-plist +++ b/www/mod_fastcgi/pkg-plist @@ -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 |