pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/biology/fastDNAml Do not add CC to MAKE_FLAGS. This w...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5ac766dea2a7
branches:  trunk
changeset: 493487:5ac766dea2a7
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Sat May 07 20:55:26 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/fastDNAml/Makefile |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r 5dd75df322ee -r 5ac766dea2a7 biology/fastDNAml/Makefile
--- a/biology/fastDNAml/Makefile        Sat May 07 20:54:05 2005 +0000
+++ b/biology/fastDNAml/Makefile        Sat May 07 20:55:26 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2004/08/16 23:45:59 ben Exp $
+# $NetBSD: Makefile,v 1.7 2005/05/07 20:55:26 kristerw Exp $
 
 DISTNAME=      fastDNAml_1.2.2
 PKGNAME=       fastDNAml-1.2.2
@@ -11,8 +11,6 @@
 
 WRKSRC=                ${WRKDIR}/${DISTNAME}/source
 
-MAKE_FLAGS+=   CC=${CC}
-
 do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/fastDNAml ${PREFIX}/bin
 .for SCRIPT in ae2dnaml bootstrap categories categories_file           \



Home | Main Index | Thread Index | Old Index