diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-06-15 16:44:16 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-06-15 16:44:16 +0000 |
commit | f359ee78885faedfb9fd1259c36133038ac50245 (patch) | |
tree | e149280677fe44f0552faf757470ea0023906ed0 /x11-toolkits/tkstep80 | |
parent | 124867154b7cf447efaed5aa7238f231be993f70 (diff) | |
download | FreeBSD-ports-f359ee78885faedfb9fd1259c36133038ac50245.zip FreeBSD-ports-f359ee78885faedfb9fd1259c36133038ac50245.tar.gz |
First round of INSTALL_SHLIB fixes.
Diffstat (limited to 'x11-toolkits/tkstep80')
-rw-r--r-- | x11-toolkits/tkstep80/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/tkstep80/pkg-plist | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/x11-toolkits/tkstep80/Makefile b/x11-toolkits/tkstep80/Makefile index d0d579e..44c6ce0 100644 --- a/x11-toolkits/tkstep80/Makefile +++ b/x11-toolkits/tkstep80/Makefile @@ -25,6 +25,7 @@ FILE_DEPENDS= ${PORTSDIR}/x11-toolkits/tk80 FETCH_BEFORE_ARGS= -b PATCH_DIST_ARGS= -p1 -d ${WRKDIR}/tk8.0.4 -E --quiet WRKSRC= ${WRKDIR}/tk8.0.4/unix +INSTALL_SHLIBS= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared --enable-xpm --enable-step --enable-dnd \ --enable-tiff --with-optimize="${CFLAGS} -I${PREFIX}/include" @@ -41,7 +42,6 @@ post-install: ${PREFIX}/share/doc/tkstep .endif ${LN} -sf ${PREFIX}/lib/libtkstep80.so.1 ${PREFIX}/lib/libtkstep80.so - ${LDCONFIG} -m ${PREFIX}/lib .if exists(${PKGINSTALL}) ${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} .endif diff --git a/x11-toolkits/tkstep80/pkg-plist b/x11-toolkits/tkstep80/pkg-plist index ccb3d94..fafe48d 100644 --- a/x11-toolkits/tkstep80/pkg-plist +++ b/x11-toolkits/tkstep80/pkg-plist @@ -25,8 +25,6 @@ include/tkstep8.0/unix/tkUnixPort.h lib/libtkstep80.a lib/libtkstep80.so lib/libtkstep80.so.1 -@exec /sbin/ldconfig -m %B -@unexec /sbin/ldconfig -R lib/tkstep8.0/FontChooser.tcl lib/tkstep8.0/bgerror.tcl lib/tkstep8.0/button.tcl |