diff options
author | mharo <mharo@FreeBSD.org> | 2003-12-17 04:18:43 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2003-12-17 04:18:43 +0000 |
commit | 504242cbfecabd75b3592fc8e5fa1c6e138b4ed5 (patch) | |
tree | a401d36934aac5cca559e9b27cf28e6039a54839 /www/analog/Makefile | |
parent | 12ca54514762c6e6acb7d18a274d735e565db09d (diff) | |
download | FreeBSD-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/Makefile | 4 |
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 |