diff options
author | billf <billf@FreeBSD.org> | 1999-09-22 01:24:12 +0800 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 1999-09-22 01:24:12 +0800 |
commit | f3f4ea207931b835f631b0b3ee10d4efb0e92b44 (patch) | |
tree | 7679a7e206153d544ca3670d04d7039757f6bc1d /graphics | |
parent | 6668cf5f326d7f7dfb4d20dacde089383ddd818a (diff) | |
download | freebsd-ports-gnome-f3f4ea207931b835f631b0b3ee10d4efb0e92b44.tar.gz freebsd-ports-gnome-f3f4ea207931b835f631b0b3ee10d4efb0e92b44.tar.zst freebsd-ports-gnome-f3f4ea207931b835f631b0b3ee10d4efb0e92b44.zip |
Fix distfile fennerage.
Respect CFLAGS.
Quiet the build a bit.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/qcread/Makefile | 6 | ||||
-rw-r--r-- | graphics/qcread/files/patch-aa | 2 |
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 ## |