aboutsummaryrefslogtreecommitdiff
path: root/graphics/libmng
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-03-21 10:22:21 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-03-21 10:22:21 +0000
commiteaa8542e8a5edc4865b84d7324413f5818e55e0f (patch)
treee5d325bc90b578be8cf2ed8f21843b92c3b32b5c /graphics/libmng
parent5ac101659f731a43b8930983adcf2961ccc30351 (diff)
downloadports-eaa8542e8a5edc4865b84d7324413f5818e55e0f.tar.gz
ports-eaa8542e8a5edc4865b84d7324413f5818e55e0f.zip
Remove broken workaround for an old version of the lcms port.
It's not clear that this could ever have worked, because post-patch executes before LIB_DEPENDS are built, so systems without lcms installed will fail to patch. Reported by: dec
Notes
Notes: svn path=/head/; revision=77173
Diffstat (limited to 'graphics/libmng')
-rw-r--r--graphics/libmng/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/libmng/Makefile b/graphics/libmng/Makefile
index 2b9bcaa2ba3e..a83345aafcac 100644
--- a/graphics/libmng/Makefile
+++ b/graphics/libmng/Makefile
@@ -29,8 +29,7 @@ MAN3= libmng.3
MAN5= mng.5 jng.5
post-patch:
- test ! -e ${PREFIX}/include/lcms.h || ${REINPLACE_CMD} -e \
- 's%lcms/lcms.h%lcms.h%' ${WRKSRC}/libmng_types.h
+ ${REINPLACE_CMD} -e 's%lcms/lcms.h%lcms.h%' ${WRKSRC}/libmng_types.h
post-install:
cd ${WRKSRC}/doc/man && ${INSTALL_MAN} ${MAN3} ${PREFIX}/man/man3 \