diff options
author | andreas <andreas@FreeBSD.org> | 1997-09-08 20:46:49 +0800 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 1997-09-08 20:46:49 +0800 |
commit | 8f5a3db8623b2f4c27c48e13784b8a7e36858e5e (patch) | |
tree | e6fdae3de360936b37a812284cac490881ca040c /irc | |
parent | 54943116612f966886f1f73041efd4f90d6e5b4c (diff) | |
download | freebsd-ports-gnome-8f5a3db8623b2f4c27c48e13784b8a7e36858e5e.tar.gz freebsd-ports-gnome-8f5a3db8623b2f4c27c48e13784b8a7e36858e5e.tar.zst freebsd-ports-gnome-8f5a3db8623b2f4c27c48e13784b8a7e36858e5e.zip |
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.
Diffstat (limited to 'irc')
-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> |