aboutsummaryrefslogtreecommitdiff
path: root/graphics/lcms/Makefile
diff options
context:
space:
mode:
authorMikhail Teterin <mi@FreeBSD.org>2002-01-05 10:53:21 +0000
committerMikhail Teterin <mi@FreeBSD.org>2002-01-05 10:53:21 +0000
commit100babe355052f52b79ab76f28a3b0a42726ed83 (patch)
tree93f48cacaedd88833e4c2f5347b7f5365bacfa54 /graphics/lcms/Makefile
parent3c235f227d9a373c6ab467bd8f0a6a19590ea821 (diff)
downloadports-100babe355052f52b79ab76f28a3b0a42726ed83.tar.gz
ports-100babe355052f52b79ab76f28a3b0a42726ed83.zip
Notes
Diffstat (limited to 'graphics/lcms/Makefile')
-rw-r--r--graphics/lcms/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/graphics/lcms/Makefile b/graphics/lcms/Makefile
index ea1fb90d5868..cd1685ac6e32 100644
--- a/graphics/lcms/Makefile
+++ b/graphics/lcms/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= lcms
-PORTVERSION= 1.07
-PORTREVISION= 1
+PORTVERSION= 1.08
CATEGORIES= graphics
MASTER_SITES= http://www.littlecms.com/
@@ -21,13 +20,13 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/src
.ifndef NOPORTDOCS
post-install:
${MKDIR} ${PREFIX}/share/doc/lcms
- ${CP} -rp ${WRKSRC}/../doc/* ${WRKSRC}/../samples/tifficc.c \
- ${WRKSRC}/../samples/wtpt.c ${WRKSRC}/../samples/neutral.c \
+ ${CP} -rp ${WRKSRC}/../doc/* ${WRKSRC}/../tifficc/tifficc.c \
+ ${WRKSRC}/../samples/wtpt.c ${WRKSRC}/../samples/icctrans.c \
${PREFIX}/share/doc/lcms/
.endif
post-build test:
cd ${WRKSRC}/../testbed && \
- ${SETENV} CFLAGS="${CFLAGS} -I../src" make -E CFLAGS test
+ ${SETENV} CFLAGS="${CFLAGS} -I../include" make -E CFLAGS test
.include <bsd.port.mk>