summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2005-02-20 00:11:27 +0000
committerwiz <wiz@pkgsrc.org>2005-02-20 00:11:27 +0000
commit3ea4aa0863333c2a4dbcf98cb0000e5ac7a1edd8 (patch)
treefa92730e3fa8d3d393cc5af835575d7dfed82273
parentcfc2d04ca6b91d7a01de4620bab5c3bc06abf477 (diff)
downloadpkgsrc-3ea4aa0863333c2a4dbcf98cb0000e5ac7a1edd8.tar.gz
It is BUILD_TARGET, not ALL_TARGET.
-rw-r--r--net/hobbitclient/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/hobbitclient/Makefile b/net/hobbitclient/Makefile
index f76c396d397..32333cae87d 100644
--- a/net/hobbitclient/Makefile
+++ b/net/hobbitclient/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2005/02/16 08:51:46 manu Exp $
+# $NetBSD: Makefile,v 1.2 2005/02/20 00:11:27 wiz Exp $
#
DISTNAME= hobbitclient-0.3
@@ -11,6 +11,6 @@ HOMEPAGE= http://hobbitmon.sourceforge.net/
COMMENT= Client for Hobbit Monitor or Big brother
GNU_CONFIGURE= yes
-ALL_TARGET= hobbitc
+BUILD_TARGET= hobbitc
.include "../../mk/bsd.pkg.mk"