summaryrefslogtreecommitdiff
path: root/irc/zircon
diff options
context:
space:
mode:
authorAndreas Klemm <andreas@FreeBSD.org>1997-09-08 12:46:49 +0000
committerAndreas Klemm <andreas@FreeBSD.org>1997-09-08 12:46:49 +0000
commit1f63ac1317f194b5fbd8001a2e652accdf92e24a (patch)
treeba9e048e6800dc3de014dc315049537cd2bde0ae /irc/zircon
parentUpgrade to 2.0.1. (diff)
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.
Notes
Notes: svn path=/head/; revision=7816
Diffstat (limited to 'irc/zircon')
-rw-r--r--irc/zircon/Makefile4
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>