summaryrefslogtreecommitdiffstats
path: root/graphics/lcms/Makefile
diff options
context:
space:
mode:
authormi <mi@FreeBSD.org>2002-01-05 10:53:21 +0000
committermi <mi@FreeBSD.org>2002-01-05 10:53:21 +0000
commit74da0d3fdffae86a7ef7d40cb1b3f59441d5b699 (patch)
tree5ba20f7fe526e217929120c1c2cec92521008a2c /graphics/lcms/Makefile
parent402bf3c0b2eb4f72464abd93e58c4b3190b0eeaa (diff)
downloadFreeBSD-ports-74da0d3fdffae86a7ef7d40cb1b3f59441d5b699.zip
FreeBSD-ports-74da0d3fdffae86a7ef7d40cb1b3f59441d5b699.tar.gz
Upgrade to 1.08. The tests report success on Alpha too (beast), even
though there are plenty of messages about unalligned access... (Notably, the author incorporated almost all of our 32-bit related patches). PR: ports/33528 Submitted by: Lev A. Serebryakov
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 ea1fb90..cd1685a 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>
OpenPOWER on IntegriCloud