diff options
author | asami <asami@FreeBSD.org> | 1998-08-08 07:56:56 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-08-08 07:56:56 +0800 |
commit | 1501023452eb1fb6acdc28a2196e24dbd99a1212 (patch) | |
tree | 409436ca3502910634e8ede70287fc792e31de14 /x11-toolkits/tk82 | |
parent | ced852667e215d5ec6ec32129eb19e8c18852d5e (diff) | |
download | freebsd-ports-gnome-1501023452eb1fb6acdc28a2196e24dbd99a1212.tar.gz freebsd-ports-gnome-1501023452eb1fb6acdc28a2196e24dbd99a1212.tar.zst freebsd-ports-gnome-1501023452eb1fb6acdc28a2196e24dbd99a1212.zip |
Fix up dependencies for ports that moved into the x11-toolkits category.
Diffstat (limited to 'x11-toolkits/tk82')
-rw-r--r-- | x11-toolkits/tk82/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-toolkits/tk82/Makefile b/x11-toolkits/tk82/Makefile index 0d9aae32eaa9..49a22f39db4e 100644 --- a/x11-toolkits/tk82/Makefile +++ b/x11-toolkits/tk82/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 |