1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

Convert to Elf

This commit is contained in:
Scott Mace 1998-09-18 22:04:16 +00:00
parent 8012ca6372
commit 77d4ce0fa7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=13218

View File

@ -5,7 +5,7 @@
# Mikhail Teterin <mi@aldan.ziplink.net>
# Jun-ichiro itojun Itoh <itojun@itojun.org>
#
# $Id: Makefile,v 1.8 1998/05/04 20:23:10 jseger Exp $
# $Id: Makefile,v 1.9 1998/09/15 11:45:58 asami Exp $
#
DISTNAME= tiff-v3.4
@ -67,6 +67,6 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/html/*.html ${DOCDIR}
${INSTALL_DATA} ${WRKSRC}/html/images/* ${DOCDIR}/images
.endif
${LDCONFIG} -m ${PREFIX}/lib
${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>