1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

- Fix PLIST

Reported by:	QA Tindie
This commit is contained in:
Pietro Cerutti 2009-07-02 06:39:02 +00:00
parent 41016ba190
commit b78286130c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=236893

View File

@ -29,7 +29,8 @@ CFLAGS+= -fPIC
PLIST_FILES= include/FreeImage.h \
lib/libfreeimage.a \
lib/libfreeimage-3.12.0.so
lib/libfreeimage-3.12.0.so \
lib/libfreeimage.so.3
post-patch:
${FIND} ${WRKSRC} -type f -print0 | ${XARGS} -0 ${REINPLACE_CMD} -e 's|<malloc\.h>|<stdlib.h>|g'