diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-06-16 16:48:22 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-06-16 16:48:22 +0800 |
commit | 9151f3de49e078e4c11ca2cb75df9214570190db (patch) | |
tree | 1e5290647edb4803ae78750cffd54a3dba48f512 /devel/libshhopt | |
parent | 6fc5471b6bce45b2f23ce2e21d1abd1fde62ae48 (diff) | |
download | freebsd-ports-gnome-9151f3de49e078e4c11ca2cb75df9214570190db.tar.gz freebsd-ports-gnome-9151f3de49e078e4c11ca2cb75df9214570190db.tar.zst freebsd-ports-gnome-9151f3de49e078e4c11ca2cb75df9214570190db.zip |
Fourth round of INSTALLS_SHLIBS conversion.
Diffstat (limited to 'devel/libshhopt')
-rw-r--r-- | devel/libshhopt/Makefile | 2 | ||||
-rw-r--r-- | devel/libshhopt/pkg-plist | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/devel/libshhopt/Makefile b/devel/libshhopt/Makefile index 81adcde356cf..2b2e137075ca 100644 --- a/devel/libshhopt/Makefile +++ b/devel/libshhopt/Makefile @@ -14,9 +14,9 @@ DISTNAME= shhopt-${PORTVERSION} MAINTAINER= obrien@FreeBSD.org USE_GMAKE= yes +INSTALLS_SHLIBS= yes post-install: - ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib .if !defined(NOPORTDOCS) @ ${MKDIR} ${PREFIX}/share/doc/libshhopt @ ${INSTALL_DATA} ${WRKSRC}/CREDITS ${PREFIX}/share/doc/libshhopt diff --git a/devel/libshhopt/pkg-plist b/devel/libshhopt/pkg-plist index 47d4f187b1ab..ff782f4206ef 100644 --- a/devel/libshhopt/pkg-plist +++ b/devel/libshhopt/pkg-plist @@ -1,8 +1,6 @@ include/shhopt.h lib/libshhopt.so lib/libshhopt.so.1 -@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B -@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R share/doc/libshhopt/CREDITS share/doc/libshhopt/README share/examples/libshhopt/Makefile |