aboutsummaryrefslogtreecommitdiff
path: root/japanese/tkstep80
diff options
context:
space:
mode:
authorTim Vanderhoek <hoek@FreeBSD.org>2000-06-02 07:29:19 +0000
committerTim Vanderhoek <hoek@FreeBSD.org>2000-06-02 07:29:19 +0000
commit6c1cd273f21f720cbfaba525c585bf86224b6354 (patch)
tree98a613941d5fef800b005ec250befddc056dd818 /japanese/tkstep80
parent4c488df21a038950b7e6f1396fc13cf016080397 (diff)
downloadports-6c1cd273f21f720cbfaba525c585bf86224b6354.tar.gz
ports-6c1cd273f21f720cbfaba525c585bf86224b6354.zip
Notes
Diffstat (limited to 'japanese/tkstep80')
-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>