summaryrefslogtreecommitdiff
path: root/audio/libworkman/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/libworkman/Makefile')
-rw-r--r--audio/libworkman/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/audio/libworkman/Makefile b/audio/libworkman/Makefile
index eee4d4cb716e..873c32dfbebf 100644
--- a/audio/libworkman/Makefile
+++ b/audio/libworkman/Makefile
@@ -16,13 +16,11 @@ MAINTAINER= jim@FreeBSD.org
WRKSRC= ${WRKDIR}/libworkman
USE_IMAKE= yes
+INSTALLS_SHLIBS= yes
post-patch:
@${CP} ${WRKSRC}/Config ${WRKSRC}/Config.orig;
@${SED} -e 's^/usr/local/^${PREFIX}/^g' \
${WRKSRC}/Config.orig > ${WRKSRC}/Config
-post-install:
- ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
-
.include <bsd.port.mk>