pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/mush Set BUILD_TARGET because the default one (``...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/41c0f0d137b2
branches:  trunk
changeset: 494728:41c0f0d137b2
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sun May 29 05:16:27 2005 +0000

description:
Set BUILD_TARGET because the default one (``all'') does not exist in
Makefile.

diffstat:

 mail/mush/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 5146d2dcd11c -r 41c0f0d137b2 mail/mush/Makefile
--- a/mail/mush/Makefile        Sun May 29 05:09:55 2005 +0000
+++ b/mail/mush/Makefile        Sun May 29 05:16:27 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2004/01/20 12:19:43 agc Exp $
+# $NetBSD: Makefile,v 1.15 2005/05/29 05:16:27 minskim Exp $
 
 DISTNAME=      mush-7.2.5
 PKGNAME=       mush-7.2.6.b4.pl1
@@ -25,6 +25,7 @@
 
 WRKSRC=                ${WRKDIR}
 DIST_SUBDIR=   mush
+BUILD_TARGET=  mush
 
 pre-configure:
        ${SED} -e 's:__PREFIX:'${PREFIX}':g'< ${WRKSRC}/config.h-dist > ${WRKSRC}/config.h



Home | Main Index | Thread Index | Old Index