diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 1997-09-08 12:46:49 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 1997-09-08 12:46:49 +0000 |
commit | 1f63ac1317f194b5fbd8001a2e652accdf92e24a (patch) | |
tree | ba9e048e6800dc3de014dc315049537cd2bde0ae | |
parent | cff3a990970d7a2b84d62fd9173a9b6a1b49101e (diff) | |
download | ports-1f63ac1317f194b5fbd8001a2e652accdf92e24a.tar.gz ports-1f63ac1317f194b5fbd8001a2e652accdf92e24a.zip |
Notes
-rw-r--r-- | irc/zircon/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/irc/zircon/Makefile b/irc/zircon/Makefile index 2d7ea2d34928..f51cc175d611 100644 --- a/irc/zircon/Makefile +++ b/irc/zircon/Makefile @@ -3,7 +3,7 @@ # Date created: 19 Aug 1995 # Whom: jkh / pst # -# $Id: Makefile,v 1.14 1997/07/14 12:50:14 jkh Exp $ +# $Id: Makefile,v 1.15 1997/07/14 12:54:05 jkh Exp $ # DISTNAME= zircon-1.18.31 @@ -27,7 +27,7 @@ BUILD_DEPENDS= wish4.1:${PORTSDIR}/x11/tk41 RUN_DEPENDS= wish4.1:${PORTSDIR}/x11/tk41 .endif -install: +do-install: (cd ${WRKSRC} && ./installZircon) .include <bsd.port.mk> |