diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-06-16 08:48:22 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-06-16 08:48:22 +0000 |
commit | 9151f3de49e078e4c11ca2cb75df9214570190db (patch) | |
tree | 1e5290647edb4803ae78750cffd54a3dba48f512 /graphics/jpeg-mmx | |
parent | 6fc5471b6bce45b2f23ce2e21d1abd1fde62ae48 (diff) | |
download | FreeBSD-ports-9151f3de49e078e4c11ca2cb75df9214570190db.zip FreeBSD-ports-9151f3de49e078e4c11ca2cb75df9214570190db.tar.gz |
Fourth round of INSTALLS_SHLIBS conversion.
Diffstat (limited to 'graphics/jpeg-mmx')
-rw-r--r-- | graphics/jpeg-mmx/Makefile | 2 | ||||
-rw-r--r-- | graphics/jpeg-mmx/pkg-plist | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/graphics/jpeg-mmx/Makefile b/graphics/jpeg-mmx/Makefile index 5517454..c39f68a 100644 --- a/graphics/jpeg-mmx/Makefile +++ b/graphics/jpeg-mmx/Makefile @@ -16,13 +16,13 @@ DISTNAME= jpegsrc.v${PORTVERSION} MAINTAINER= jseger@FreeBSD.org WRKSRC= ${WRKDIR}/jpeg-6b +INSTALLS_SHLIBS= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared --enable-static MAN1= cjpeg.1 djpeg.1 jpegtran.1 rdjpgcom.1 wrjpgcom.1 USE_LIBTOOL= yes post-install: - ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/jpeg ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/jpeg diff --git a/graphics/jpeg-mmx/pkg-plist b/graphics/jpeg-mmx/pkg-plist index 254f03b..558fd89 100644 --- a/graphics/jpeg-mmx/pkg-plist +++ b/graphics/jpeg-mmx/pkg-plist @@ -20,6 +20,4 @@ lib/libjpeg.a lib/libjpeg.la lib/libjpeg.so lib/libjpeg.so.9 -@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B -@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R @dirrm share/doc/jpeg |