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/rexx-imc | |
parent | Second round of INSTALL_SHLIBS=yes fixes. (diff) |
Third round of INSTALL_SHLIBS=yes fixes.
Diffstat (limited to 'lang/rexx-imc')
-rw-r--r-- | lang/rexx-imc/Makefile | 5 | ||||
-rw-r--r-- | lang/rexx-imc/pkg-plist | 2 |
2 files changed, 2 insertions, 5 deletions
diff --git a/lang/rexx-imc/Makefile b/lang/rexx-imc/Makefile index 6314cf9785ae..1f0db7a42b1d 100644 --- a/lang/rexx-imc/Makefile +++ b/lang/rexx-imc/Makefile @@ -17,13 +17,12 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= jfitz@FreeBSD.org +INSTALL_SHLIBS= yes + MAKE_ENV= MKDIR="${MKDIR}" OPTFLAGS="${CFLAGS}" MAN1= rexx.1 post-extract: @${CP} ${FILESDIR}/Makefile ${WRKSRC} -post-install: - @${LDCONFIG} -m ${PREFIX}/lib - .include <bsd.port.mk> diff --git a/lang/rexx-imc/pkg-plist b/lang/rexx-imc/pkg-plist index 4e23a7a14d85..5e5a379a0c7e 100644 --- a/lang/rexx-imc/pkg-plist +++ b/lang/rexx-imc/pkg-plist @@ -7,8 +7,6 @@ include/rexxsaa.h lib/librexx.a lib/librexx.so lib/librexx.so.2 -@exec /sbin/ldconfig -m %B -@unexec /sbin/ldconfig -R share/doc/rexx-imc/README share/doc/rexx-imc/README.bugreport share/doc/rexx-imc/README.docs |