summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorBill Fumerola <billf@FreeBSD.org>1999-09-21 17:24:12 +0000
committerBill Fumerola <billf@FreeBSD.org>1999-09-21 17:24:12 +0000
commitf1982ba8b77d89ff9bb90eaaf571523ac393f7b2 (patch)
treefc7a21409a61b1c2fe82761ab2a7b91e6bd14771 /graphics
parentHost this distfile locally, both the old and the new MASTER_SITES (diff)
Fix distfile fennerage.
Respect CFLAGS. Quiet the build a bit.
Notes
Notes: svn path=/head/; revision=21860
Diffstat (limited to 'graphics')
-rw-r--r--graphics/qcread/Makefile6
-rw-r--r--graphics/qcread/files/patch-aa2
2 files changed, 4 insertions, 4 deletions
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
##