diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-16 08:48:22 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-16 08:48:22 +0000 |
commit | dc1177a9a5be3b096b2023326ea54d3152bf1571 (patch) | |
tree | fac4efda6d456d2e4eb8e8e61b9c14eda7202813 /devel/libshhopt | |
parent | 880b5e44bc87f9065a91e444717a092d0661cce9 (diff) | |
download | ports-dc1177a9a5be3b096b2023326ea54d3152bf1571.tar.gz ports-dc1177a9a5be3b096b2023326ea54d3152bf1571.zip |
Notes
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 |