diff options
Diffstat (limited to 'devel/libsigc++20/Makefile')
-rw-r--r-- | devel/libsigc++20/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/libsigc++20/Makefile b/devel/libsigc++20/Makefile index d0e0a2c4f2ad..50555f962862 100644 --- a/devel/libsigc++20/Makefile +++ b/devel/libsigc++20/Makefile @@ -15,9 +15,9 @@ MAINTAINER= JoeLu@JoeLu.m8.ntu.edu.tw GNU_CONFIGURE= yes USE_NEWGCC= yes +INSTALLS_SHLIBS= yes post-install: - @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/libsigc++ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/libsigc++ |