diff options
author | stas <stas@FreeBSD.org> | 2007-01-20 10:14:17 +0800 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2007-01-20 10:14:17 +0800 |
commit | 91645b4ee16d0167b39d6becb082b8b3cfef07e3 (patch) | |
tree | f3882d1d7296215bc0e706f491041cdbd8e9da98 /graphics/lcms | |
parent | 52fcc594d931e81575a033ac74c8b1c2901e9bd8 (diff) | |
download | freebsd-ports-gnome-91645b4ee16d0167b39d6becb082b8b3cfef07e3.tar.gz freebsd-ports-gnome-91645b4ee16d0167b39d6becb082b8b3cfef07e3.tar.zst freebsd-ports-gnome-91645b4ee16d0167b39d6becb082b8b3cfef07e3.zip |
- Fix man location
Submitted by: db
Diffstat (limited to 'graphics/lcms')
-rw-r--r-- | graphics/lcms/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/lcms/Makefile b/graphics/lcms/Makefile index 09170cc076bf..589944307a20 100644 --- a/graphics/lcms/Makefile +++ b/graphics/lcms/Makefile @@ -7,7 +7,7 @@ PORTNAME= lcms PORTVERSION= 1.16 -PORTREVISION= 0 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ @@ -22,6 +22,7 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \ LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" +CONFIGURE_ARGS= --mandir="${PREFIX}/man/" USE_LDCONFIG= yes OPTIONS= TIFFICC "Build color profile applier for tiff" off \ |