diff options
Diffstat (limited to 'converters/kdesupport11/Makefile')
-rw-r--r-- | converters/kdesupport11/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/converters/kdesupport11/Makefile b/converters/kdesupport11/Makefile index bee655962508..d6c131d37ae0 100644 --- a/converters/kdesupport11/Makefile +++ b/converters/kdesupport11/Makefile @@ -25,13 +25,7 @@ CONFIGURE_ARGS= "--prefix=$(PREFIX)" \ CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" \ INSTALL_SCRIPT="install -c -m 555" -.include <bsd.port.mk> - post-install: ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib -.if ${PORTOBJFORMAT} == "aout" - ${LN} -sf libQwSpriteField.so.6.0 ${PREFIX}/lib/libQwSpriteField.so - ${LN} -sf lib/libjs.so.2.0 ${PREFIX}/lib/libjs.so - ${LN} -sf lib/libmimelib.so.1.0 ${PREFIX}/lib/libmimelib.so - ${LN} -sf librdb.so.55.0 ${PREFIX}/lib/librdb.so -.endif + +.include <bsd.port.mk> |