From 1f63ac1317f194b5fbd8001a2e652accdf92e24a Mon Sep 17 00:00:00 2001 From: Andreas Klemm Date: Mon, 8 Sep 1997 12:46:49 +0000 Subject: The proper install target isn't install: it's do-install. This fixes the misbehaviour, that the port wasn't registered in /var/db/pkg when doing a make install. --- irc/zircon/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'irc/zircon') 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 -- cgit v1.2.3