summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1999-06-06 23:20:18 +0000
committersteve <steve@FreeBSD.org>1999-06-06 23:20:18 +0000
commitc185d20eca7a384ba434d027f6393367c0890305 (patch)
treea7e695ff50af453a337c72f6435ea1d8863b7e22
parent913479c2cd4a19059564aff7c26af9ebb792d102 (diff)
downloadFreeBSD-ports-c185d20eca7a384ba434d027f6393367c0890305.zip
FreeBSD-ports-c185d20eca7a384ba434d027f6393367c0890305.tar.gz
Install the manpages in ${PREFIX}/man instead of always in /usr/local/man.
PR: 12055 Submitted by: n_hibma
-rw-r--r--graphics/tiff/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/tiff/Makefile b/graphics/tiff/Makefile
index f6d6415..829224e 100644
--- a/graphics/tiff/Makefile
+++ b/graphics/tiff/Makefile
@@ -5,7 +5,7 @@
# Mikhail Teterin <mi@aldan.algebra.com>
# Jun-ichiro itojun Itoh <itojun@itojun.org>
#
-# $Id: Makefile,v 1.16 1999/03/29 06:41:43 asami Exp $
+# $Id: Makefile,v 1.17 1999/05/10 19:57:10 steve Exp $
#
DISTNAME= tiff-v3.4beta037
@@ -22,6 +22,7 @@ HAS_CONFIGURE= yes
CONFIGURE_ARGS= --with-ZIP --with-JPEG --with-DIR_BIN=${PREFIX}/bin \
--with-DIR_LIB=${PREFIX}/lib \
--with-DIR_INC=${PREFIX}/include \
+ --with-DIR_MAN=${PREFIX}/man \
--with-CC="${CC}" --with-GCOPTS="${CFLAGS}" \
--with-DIRS_LIBINC=${PREFIX}/include \
--with-DIR_GZLIB=/usr/lib \
OpenPOWER on IntegriCloud