diff options
author | koitsu <koitsu@FreeBSD.org> | 2008-04-18 18:55:03 +0800 |
---|---|---|
committer | koitsu <koitsu@FreeBSD.org> | 2008-04-18 18:55:03 +0800 |
commit | 8768e5568d635eb5d9a2f126d8fca71a5cd34fca (patch) | |
tree | e25fff3b3ef100d0b63889082d2705ad09106d69 | |
parent | 77e982a37c2107f3e254bf76d158ef4a266739ff (diff) | |
download | freebsd-ports-gnome-8768e5568d635eb5d9a2f126d8fca71a5cd34fca.tar.gz freebsd-ports-gnome-8768e5568d635eb5d9a2f126d8fca71a5cd34fca.tar.zst freebsd-ports-gnome-8768e5568d635eb5d9a2f126d8fca71a5cd34fca.zip |
Add proper documentation (documentation.txt and faq.txt) to DOCSDIR.
-rw-r--r-- | www/mod_cband/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/mod_cband/Makefile b/www/mod_cband/Makefile index d8a8dc9ed2ac..ddd7fb62e8be 100644 --- a/www/mod_cband/Makefile +++ b/www/mod_cband/Makefile @@ -20,10 +20,12 @@ USE_APACHE= 20+ GNU_CONFIGURE= YES CONFIGURE_ARGS= --with-apxs=${APXS} ALL_TARGET= # -PORTDOCS= libpatricia.copyright +PORTDOCS= libpatricia.copyright documentation.txt faq.txt post-install: @${MKDIR} ${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/libpatricia.copyright ${DOCSDIR} + @${INSTALL_DATA} ${WRKSRC}/doc/documentation.txt ${DOCSDIR} + @${INSTALL_DATA} ${WRKSRC}/doc/faq.txt ${DOCSDIR} .include <bsd.port.mk> |