Fix distfile fennerage.

Respect CFLAGS.
Quiet the build a bit.
This commit is contained in:
Bill Fumerola
1999-09-21 17:24:12 +00:00
parent a06df1ef1f
commit f1982ba8b7
2 changed files with 4 additions and 4 deletions

View File

@@ -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:

View File

@@ -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
##