aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/tk84
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-08-07 23:56:56 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-08-07 23:56:56 +0000
commit5264cbceb577ae0481e496f827ae4d0e18712945 (patch)
tree03d79514a3868d93e8dc51510d0a33f4b098dd70 /x11-toolkits/tk84
parent24d53f75d3bed77cec793c49107c31db659fb9a5 (diff)
downloadports-5264cbceb577ae0481e496f827ae4d0e18712945.tar.gz
ports-5264cbceb577ae0481e496f827ae4d0e18712945.zip
Fix up dependencies for ports that moved into the x11-toolkits category.
Notes
Notes: svn path=/head/; revision=12335
Diffstat (limited to 'x11-toolkits/tk84')
-rw-r--r--x11-toolkits/tk84/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-toolkits/tk84/Makefile b/x11-toolkits/tk84/Makefile
index 0d9aae32eaa9..49a22f39db4e 100644
--- a/x11-toolkits/tk84/Makefile
+++ b/x11-toolkits/tk84/Makefile
@@ -3,7 +3,7 @@
# Date created: 19 August 1997
# Whom: jkh
#
-# $Id: Makefile,v 1.13 1998/07/27 21:36:07 hoek Exp $
+# $Id: Makefile,v 1.14 1998/08/07 22:56:47 asami Exp $
#
DISTNAME= tk8.1a2
@@ -23,8 +23,8 @@ CONFIGURE_ENV= PORTSDIR=${PORTSDIR}
post-install:
${LDCONFIG} -m ${PREFIX}/lib
-.if exists(${PORTSDIR}/x11/tk80/pkg/INSTALL.wish)
- ${SH} ${PORTSDIR}/x11/tk80/pkg/INSTALL.wish
+.if exists(${PORTSDIR}/x11-toolkits/tk80/pkg/INSTALL.wish)
+ ${SH} ${PORTSDIR}/x11-toolkits/tk80/pkg/INSTALL.wish
.endif
test:
@@ -32,4 +32,4 @@ test:
.include <bsd.port.mk>
-PKG_ARGS+= -i ${PORTSDIR}/x11/tk80/pkg/INSTALL.wish
+PKG_ARGS+= -i ${PORTSDIR}/x11-toolkits/tk80/pkg/INSTALL.wish