diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-15 17:59:45 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-15 17:59:45 +0000 |
commit | 835d6b8655813f2580f5db9fcbec03a34833ec92 (patch) | |
tree | 1dad4fa822830f51205ce8becf3ef756537f4a2b /graphics/tifmerge | |
parent | 5cb14340042a107ee5ad92616d23d4d9551eb878 (diff) |
Notes
Diffstat (limited to 'graphics/tifmerge')
-rw-r--r-- | graphics/tifmerge/Makefile | 4 | ||||
-rw-r--r-- | graphics/tifmerge/pkg-plist | 2 |
2 files changed, 1 insertions, 5 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> diff --git a/graphics/tifmerge/pkg-plist b/graphics/tifmerge/pkg-plist index 5629dd9aadbe..f2bf248d0117 100644 --- a/graphics/tifmerge/pkg-plist +++ b/graphics/tifmerge/pkg-plist @@ -2,5 +2,3 @@ include/tifmerge.h lib/libtifmerge.a lib/libtifmerge.so lib/libtifmerge.so.1 -@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %D/lib -@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R |