From 6c1cd273f21f720cbfaba525c585bf86224b6354 Mon Sep 17 00:00:00 2001 From: Tim Vanderhoek Date: Fri, 2 Jun 2000 07:29:19 +0000 Subject: Call DEINSTALL.wish to snuff-out extraneous wishes. Remove an archaicism in non-ja tkstep80. --- japanese/tkstep80/Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'japanese') diff --git a/japanese/tkstep80/Makefile b/japanese/tkstep80/Makefile index 5a336a1301f5..6da3765b708e 100644 --- a/japanese/tkstep80/Makefile +++ b/japanese/tkstep80/Makefile @@ -31,6 +31,8 @@ PATCH_DIST_ARGS=-d ${TOPDIR} -E ${PATCH_DIST_STRIP} .else PATCH_DIST_ARGS=-d ${TOPDIR} --forward --quiet -E ${PATCH_DIST_STRIP} .endif +PKGINSTALL= ${PORTSDIR}/x11-toolkits/tk82/pkg/INSTALL.wish +PKGDEINSTALL= ${PORTSDIR}/x11-toolkits/tk82/pkg/DEINSTALL.wish TCLVERSION= 8.0 TOPDIR= ${WRKDIR}/${DISTNAME} @@ -46,5 +48,8 @@ post-install: README.TkStep README.step changes.TkSTEPjp ${PORTDOCDIR} .endif @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib +.if exists(${PKGINSTALL}) + ${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} +.endif .include -- cgit v1.2.3