summaryrefslogtreecommitdiffstats
path: root/www/analog/Makefile
diff options
context:
space:
mode:
authormharo <mharo@FreeBSD.org>2003-12-17 04:18:43 +0000
committermharo <mharo@FreeBSD.org>2003-12-17 04:18:43 +0000
commit504242cbfecabd75b3592fc8e5fa1c6e138b4ed5 (patch)
treea401d36934aac5cca559e9b27cf28e6039a54839 /www/analog/Makefile
parent12ca54514762c6e6acb7d18a274d735e565db09d (diff)
downloadFreeBSD-ports-504242cbfecabd75b3592fc8e5fa1c6e138b4ed5.zip
FreeBSD-ports-504242cbfecabd75b3592fc8e5fa1c6e138b4ed5.tar.gz
use DOCSDIR
-- mharo add -DHAVE_ZLIB to Makefile to use system libz and fix a bug -- Matthew Reimer <mreimer@vpop.net> PR: 55844 Submitted by: Matthew Reimer <mreimer@vpop.net>
Diffstat (limited to 'www/analog/Makefile')
-rw-r--r--www/analog/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/analog/Makefile b/www/analog/Makefile
index c715803..93b6b05 100644
--- a/www/analog/Makefile
+++ b/www/analog/Makefile
@@ -49,8 +49,8 @@ do-install:
.endif
${INSTALL_DATA} ${WRKSRC}/analog.cfg ${PREFIX}/etc/analog.cfg-dist
.if !defined(NOPORTDOCS)
- ${MKDIR} ${PREFIX}/share/doc/analog
- ${INSTALL_DATA} ${WRKSRC}/docs/* ${PREFIX}/share/doc/analog
+ ${MKDIR} ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/docs/* ${DOCSDIR}
.endif
${INSTALL_MAN} ${WRKSRC}/analog.man ${PREFIX}/man/man1/analog.1
OpenPOWER on IntegriCloud