summaryrefslogtreecommitdiff
path: root/japanese/tcl80/Makefile
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-12-23 18:21:28 +0000
committerSteve Price <steve@FreeBSD.org>1999-12-23 18:21:28 +0000
commit97a6ec671720fd3454c619ca85af344542ad7ec0 (patch)
tree89bb6b5058a3948869ccaf6125f5e9ccf97e32f8 /japanese/tcl80/Makefile
parentUpdate to version 2.4. (diff)
Update to patchlevel 1.7. Fixes a NULL pointer free problem at file
operation. PR: 15348 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=23910
Diffstat (limited to 'japanese/tcl80/Makefile')
-rw-r--r--japanese/tcl80/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/japanese/tcl80/Makefile b/japanese/tcl80/Makefile
index 8cef25869819..565804440301 100644
--- a/japanese/tcl80/Makefile
+++ b/japanese/tcl80/Makefile
@@ -12,7 +12,7 @@ CATEGORIES= japanese lang tcl80
MASTER_SITES= ftp://ftp.scriptics.com/pub/tcl/tcl8_0/
PATCH_SITES= ftp://ftp.sra.co.jp/pub/lang/tcl/jp/
-PATCHFILES= tcl8.0.5jp1.6.patch.gz
+PATCHFILES= tcl8.0.5jp1.7.patch.gz
MAINTAINER= taguchi@tohoku.iij.ad.jp
@@ -27,6 +27,7 @@ PATCH_DIST_ARGS=-d ${TOPDIR} --forward --quiet -E ${PATCH_DIST_STRIP}
GNU_CONFIGURE= yes
USE_AUTOCONF= yes
CONFIGURE_ARGS= --enable-shared
+RANLIB= ranlib
.include <bsd.port.pre.mk>
@@ -51,6 +52,7 @@ post-install:
@${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
.if ${PORTOBJFORMAT} == "aout"
${LN} -sf libtcl80jp.so.1.5 ${PREFIX}/lib/libtcl80jp.so
+ ${RANLIB} ${PREFIX}/lib/libtcl80jp.a
.endif
@${CAT} ${PKGDIR}/MESSAGE