diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-15 17:59:45 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-15 17:59:45 +0000 |
commit | 835d6b8655813f2580f5db9fcbec03a34833ec92 (patch) | |
tree | 1dad4fa822830f51205ce8becf3ef756537f4a2b /lang/siod | |
parent | 5cb14340042a107ee5ad92616d23d4d9551eb878 (diff) | |
download | ports-835d6b8655813f2580f5db9fcbec03a34833ec92.tar.gz ports-835d6b8655813f2580f5db9fcbec03a34833ec92.zip |
Notes
Diffstat (limited to 'lang/siod')
-rw-r--r-- | lang/siod/Makefile | 7 | ||||
-rw-r--r-- | lang/siod/pkg-plist | 2 |
2 files changed, 3 insertions, 6 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> diff --git a/lang/siod/pkg-plist b/lang/siod/pkg-plist index 6b18fe0e12a8..d823e8e07d06 100644 --- a/lang/siod/pkg-plist +++ b/lang/siod/pkg-plist @@ -40,5 +40,3 @@ lib/siod/parser_pratt.so lib/libsiod.so include/siod.h @dirrm lib/siod -@exec /sbin/ldconfig -m %D/lib -@unexec /sbin/ldconfig -R |