diff options
Diffstat (limited to 'x11-toolkits/tk80/Makefile')
-rw-r--r-- | x11-toolkits/tk80/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/x11-toolkits/tk80/Makefile b/x11-toolkits/tk80/Makefile index 4f2bee8e55be..af7ed1b03147 100644 --- a/x11-toolkits/tk80/Makefile +++ b/x11-toolkits/tk80/Makefile @@ -3,7 +3,7 @@ # Date created: 19 August 1997 # Whom: jkh # -# $Id: Makefile,v 1.8 1998/03/18 00:56:23 jmz Exp $ +# $Id: Makefile,v 1.9 1998/07/03 23:07:13 steve Exp $ # DISTNAME= tk8.0p2 @@ -34,8 +34,13 @@ pre-build: post-install: ${LDCONFIG} -m ${PREFIX}/lib +.if exists(${PKGDIR}/INSTALL.wish) + ${SH} ${PKGDIR}/INSTALL.wish +.endif test: cd ${WRKSRC}; make test .include <bsd.port.mk> + +PKG_ARGS+= -i ${PKGDIR}/INSTALL.wish |