diff options
author | steve <steve@FreeBSD.org> | 1999-06-07 07:20:18 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-06-07 07:20:18 +0800 |
commit | c185d20eca7a384ba434d027f6393367c0890305 (patch) | |
tree | a7e695ff50af453a337c72f6435ea1d8863b7e22 /graphics/tiff/Makefile | |
parent | 913479c2cd4a19059564aff7c26af9ebb792d102 (diff) | |
download | freebsd-ports-gnome-c185d20eca7a384ba434d027f6393367c0890305.tar.gz freebsd-ports-gnome-c185d20eca7a384ba434d027f6393367c0890305.tar.zst freebsd-ports-gnome-c185d20eca7a384ba434d027f6393367c0890305.zip |
Install the manpages in ${PREFIX}/man instead of always in /usr/local/man.
PR: 12055
Submitted by: n_hibma
Diffstat (limited to 'graphics/tiff/Makefile')
-rw-r--r-- | graphics/tiff/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/tiff/Makefile b/graphics/tiff/Makefile index f6d6415af772..829224e4f7e8 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 \ |