pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/hobbitclient It is BUILD_TARGET, not ALL_TARGET.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b9505295e2ea
branches:  trunk
changeset: 489353:b9505295e2ea
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Feb 20 00:11:27 2005 +0000

description:
It is BUILD_TARGET, not ALL_TARGET.

diffstat:

 net/hobbitclient/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 5f650a72c3c1 -r b9505295e2ea net/hobbitclient/Makefile
--- a/net/hobbitclient/Makefile Sun Feb 20 00:07:00 2005 +0000
+++ b/net/hobbitclient/Makefile Sun Feb 20 00:11:27 2005 +0000
@@ -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 @@
 COMMENT=               Client for Hobbit Monitor or Big brother
 
 GNU_CONFIGURE=         yes
-ALL_TARGET=            hobbitc
+BUILD_TARGET=          hobbitc
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index