aboutsummaryrefslogtreecommitdiffstats
path: root/japanese
diff options
context:
space:
mode:
authorhoek <hoek@FreeBSD.org>2000-06-02 15:29:19 +0800
committerhoek <hoek@FreeBSD.org>2000-06-02 15:29:19 +0800
commit073a50e09924924dd87b668acb231ce78fa15ace (patch)
treee7cfc01542a2cb3b0bffe494037d06116d556777 /japanese
parentc64a76d21985db89875ac07f1b316585ff0493c6 (diff)
downloadfreebsd-ports-gnome-073a50e09924924dd87b668acb231ce78fa15ace.tar.gz
freebsd-ports-gnome-073a50e09924924dd87b668acb231ce78fa15ace.tar.zst
freebsd-ports-gnome-073a50e09924924dd87b668acb231ce78fa15ace.zip
Call DEINSTALL.wish to snuff-out extraneous wishes. Remove an archaicism
in non-ja tkstep80.
Diffstat (limited to 'japanese')
-rw-r--r--japanese/tkstep80/Makefile5
1 files changed, 5 insertions, 0 deletions
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 <bsd.port.post.mk>