diff options
author | Tim Vanderhoek <hoek@FreeBSD.org> | 1998-07-27 21:36:08 +0000 |
---|---|---|
committer | Tim Vanderhoek <hoek@FreeBSD.org> | 1998-07-27 21:36:08 +0000 |
commit | 8a135bbda0c193a88f9bbce611a6bf3148c67b96 (patch) | |
tree | d2e7890ad32ecd23c27e289d32418ef6f82c8da2 /x11-toolkits/tkstep80/Makefile | |
parent | e19be50eb8eb0a5454ea46d5b1d0462d577aa948 (diff) |
Notes
Diffstat (limited to 'x11-toolkits/tkstep80/Makefile')
-rw-r--r-- | x11-toolkits/tkstep80/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/x11-toolkits/tkstep80/Makefile b/x11-toolkits/tkstep80/Makefile index 1c75ce3b666c..be7a92c03c0d 100644 --- a/x11-toolkits/tkstep80/Makefile +++ b/x11-toolkits/tkstep80/Makefile @@ -3,7 +3,7 @@ # Date created: 06 November 1997 # Whom: Thomas Gellekum <tg@FreeBSD.ORG> # -# $Id: Makefile,v 1.8 1998/05/04 20:23:12 jseger Exp $ +# $Id: Makefile,v 1.9 1998/07/03 23:07:17 steve Exp $ # DISTNAME= tk8.0p2 @@ -39,8 +39,13 @@ post-install: ${PREFIX}/share/doc/tkstep .endif ${LDCONFIG} -m ${PREFIX}/lib +.if exists(${PORTSDIR}/x11/tk80/pkg/INSTALL.wish) + ${SH} ${PORTSDIR}/x11/tk80/pkg/INSTALL.wish +.endif test: cd ${WRKSRC}; make test .include <bsd.port.mk> + +PKG_ARGS+= -i ${PORTSDIR}/x11/tk80/pkg/INSTALL.wish |