diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-06-15 17:59:45 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-06-15 17:59:45 +0000 |
commit | a375e7549c50755d8d6fa4ffa4ca5bd5b598b71b (patch) | |
tree | c33273a6a58b8038777ed89865aa97018222b854 /lang/rexx-imc | |
parent | 64186dbb7c798d759f09f85b088edf5765605aa5 (diff) | |
download | FreeBSD-ports-a375e7549c50755d8d6fa4ffa4ca5bd5b598b71b.zip FreeBSD-ports-a375e7549c50755d8d6fa4ffa4ca5bd5b598b71b.tar.gz |
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 6314cf9..1f0db7a 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 4e23a7a..5e5a379 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 |