summaryrefslogtreecommitdiff
path: root/converters/kdesupport11/Makefile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2000-02-24 02:42:39 +0000
committerSatoshi Asami <asami@FreeBSD.org>2000-02-24 02:42:39 +0000
commit3827efeb615558aef20a5e50919ac98c4c1fe62f (patch)
tree9af9ddb0f964a7cf5fccf61143d2601710b8fe2b /converters/kdesupport11/Makefile
parentadd ending / to WWW (diff)
Bump shlib numbers, USE_QT now implies USE_NEWGCC so people using
3-stable will be unable to link with old libraries.
Notes
Notes: svn path=/head/; revision=26238
Diffstat (limited to 'converters/kdesupport11/Makefile')
-rw-r--r--converters/kdesupport11/Makefile10
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>