summaryrefslogtreecommitdiff
path: root/lang/siod/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/siod/Makefile')
-rw-r--r--lang/siod/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/lang/siod/Makefile b/lang/siod/Makefile
index a46e8135d671..7ba65458c8b8 100644
--- a/lang/siod/Makefile
+++ b/lang/siod/Makefile
@@ -16,7 +16,9 @@ EXTRACT_SUFX= .tgz
MAINTAINER= jkoshy@FreeBSD.org
-NO_WRKSUBDIR= true
+INSTALL_SHLIBS= yes
+
+NO_WRKSUBDIR= yes
MAKEFILE= makefile
ALL_TARGET= freebsd
MAKE_ENV= LD_LIBRARY_PATH=.
@@ -25,7 +27,4 @@ MAN1= siod.1 snapshot-dir.1 snapshot-compare.1 http-get.1 \
cp-build.1 ftp-cp.1 csiod.1 ftp-put.1 ftp-test.1 ftp-get.1 \
http-stress.1 proxy-server.1
-post-install:
- ${LDCONFIG} -m ${PREFIX}/lib
-
.include <bsd.port.mk>