pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/biology/phylip Do not add CC to MAKE_FLAGS. This was ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2ac89b38475e
branches:  trunk
changeset: 493484:2ac89b38475e
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Sat May 07 20:43:39 2005 +0000

description:
Do not add CC to MAKE_FLAGS.  This was not quoted correctly, and the
pkgsrc infrastructures already adds this anyway.

diffstat:

 biology/phylip/Makefile |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 5a15389e6c71 -r 2ac89b38475e biology/phylip/Makefile
--- a/biology/phylip/Makefile   Sat May 07 19:34:42 2005 +0000
+++ b/biology/phylip/Makefile   Sat May 07 20:43:39 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2005/03/30 20:44:21 kristerw Exp $
+# $NetBSD: Makefile,v 1.9 2005/05/07 20:43:39 kristerw Exp $
 
 DISTNAME=      phylip-3.61
 CATEGORIES=    biology
@@ -15,7 +15,6 @@
 WRKSRC=                ${WRKDIR}/${DISTNAME}/src
 
 USE_X11=       yes
-MAKE_FLAGS+=   CC=${CC}
 
 do-install:
 .for PROGRAM in clique consense contml contrast dnacomp dnadist                \



Home | Main Index | Thread Index | Old Index