diff options
Diffstat (limited to 'devel/libshhopt/Makefile')
-rw-r--r-- | devel/libshhopt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/libshhopt/Makefile b/devel/libshhopt/Makefile index 81adcde..2b2e137 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 |