diff options
Diffstat (limited to 'graphics/tifmerge/Makefile')
-rw-r--r-- | graphics/tifmerge/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/tifmerge/Makefile b/graphics/tifmerge/Makefile index dccfb4d8d256..78764af7179f 100644 --- a/graphics/tifmerge/Makefile +++ b/graphics/tifmerge/Makefile @@ -15,6 +15,7 @@ MAINTAINER= adam@whizkidtech.net BUILD_DEPENDS= tuc:${PORTSDIR}/converters/tuc +INSTALL_SHLIBS= yes USE_ZIP= yes DIST_SUBDIR= tifmerge MAN3= tifmerge.3 @@ -34,7 +35,4 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/tifmerge.h ${PREFIX}/include ${INSTALL_DATA} ${WRKSRC}/tifmerge.3 ${PREFIX}/man/man3 -post-install: - ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib - .include <bsd.port.mk> |