From f1982ba8b77d89ff9bb90eaaf571523ac393f7b2 Mon Sep 17 00:00:00 2001 From: Bill Fumerola Date: Tue, 21 Sep 1999 17:24:12 +0000 Subject: Fix distfile fennerage. Respect CFLAGS. Quiet the build a bit. --- graphics/qcread/Makefile | 6 +++--- graphics/qcread/files/patch-aa | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'graphics') diff --git a/graphics/qcread/Makefile b/graphics/qcread/Makefile index 94f86eadda02..a02b833d2515 100644 --- a/graphics/qcread/Makefile +++ b/graphics/qcread/Makefile @@ -8,8 +8,8 @@ DISTNAME= qcread-0.3 CATEGORIES= graphics -MASTER_SITES= ftp://phobos.illtel.denver.co.us/pub/qcread/ \ - http://phobos.illtel.denver.co.us/pub/qcread/ +MASTER_SITES= ftp://mars.illtel.denver.co.us/pub/qcread/ \ + http://mars.illtel.denver.co.us/pub/qcread/ MAINTAINER= billf@FreeBSD.org @@ -17,7 +17,7 @@ ONLY_FOR_ARCHS= i386 post-extract: - ${CP} -r ${WRKSRC}/gnu-getopt/. ${WRKSRC} + @${CP} -r ${WRKSRC}/gnu-getopt/. ${WRKSRC} do-install: diff --git a/graphics/qcread/files/patch-aa b/graphics/qcread/files/patch-aa index d809957c3654..44da6f41dd73 100644 --- a/graphics/qcread/files/patch-aa +++ b/graphics/qcread/files/patch-aa @@ -18,7 +18,7 @@ -#CFLAGS = -g -O -Ignu-getopt -DFreeBSD -#INCLUDES = cqc.h gnu-getopt/getopt.h -#OBJS = cqc.o gnu-getopt/getopt.o gnu-getopt/getopt1.o -+CFLAGS = -g -O -I. -DFreeBSD ++CFLAGS+= -I. -DFreeBSD +INCLUDES = cqc.h getopt.h +OBJS = cqc.o getopt.o getopt1.o ## -- cgit v1.2.3