diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-06-16 00:44:16 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-06-16 00:44:16 +0800 |
commit | f359ee78885faedfb9fd1259c36133038ac50245 (patch) | |
tree | e149280677fe44f0552faf757470ea0023906ed0 /x11-toolkits/tk80 | |
parent | 124867154b7cf447efaed5aa7238f231be993f70 (diff) | |
download | freebsd-ports-gnome-f359ee78885faedfb9fd1259c36133038ac50245.tar.gz freebsd-ports-gnome-f359ee78885faedfb9fd1259c36133038ac50245.tar.zst freebsd-ports-gnome-f359ee78885faedfb9fd1259c36133038ac50245.zip |
First round of INSTALL_SHLIB fixes.
Diffstat (limited to 'x11-toolkits/tk80')
-rw-r--r-- | x11-toolkits/tk80/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/tk80/pkg-plist | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/x11-toolkits/tk80/Makefile b/x11-toolkits/tk80/Makefile index acdddfeecac3..751aaac27c49 100644 --- a/x11-toolkits/tk80/Makefile +++ b/x11-toolkits/tk80/Makefile @@ -17,6 +17,7 @@ LIB_DEPENDS= tcl80.1:${PORTSDIR}/lang/tcl80 NO_LATEST_LINK= yes USE_XLIB= yes +INSTALL_SHLIBS= yes WRKSRC= ${WRKDIR}/tk8.0.5/unix GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared @@ -51,7 +52,6 @@ pre-build: post-install: ${LN} -sf ${TK_LIB_FILE} ${PREFIX}/lib/${TK_LIB} - ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib .if exists(${PKGINSTALL}) ${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} .endif diff --git a/x11-toolkits/tk80/pkg-plist b/x11-toolkits/tk80/pkg-plist index 983159d8b4d3..45bf0289c945 100644 --- a/x11-toolkits/tk80/pkg-plist +++ b/x11-toolkits/tk80/pkg-plist @@ -457,8 +457,6 @@ man/mann/tkwait.n.gz man/mann/toplevel.n.gz man/mann/winfo.n.gz man/mann/wm.n.gz -@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B -@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R @dirrm lib/tk8.0/demos/images @dirrm lib/tk8.0/demos @dirrm lib/tk8.0/images |