aboutsummaryrefslogtreecommitdiff
path: root/devel/cc65
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2001-02-05 14:34:42 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2001-02-05 14:34:42 +0000
commit9a723dd34f3feb172c37cd710f816ee3fbb9f2cd (patch)
tree38da01b2623a9c98c23b56bfda506f4946827629 /devel/cc65
parente18f0a7be2eeab462d883f9844b5d825e4b0362c (diff)
downloadports-9a723dd34f3feb172c37cd710f816ee3fbb9f2cd.tar.gz
ports-9a723dd34f3feb172c37cd710f816ee3fbb9f2cd.zip
Style police over the devel category.
Notes
Notes: svn path=/head/; revision=37976
Diffstat (limited to 'devel/cc65')
-rw-r--r--devel/cc65/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/cc65/Makefile b/devel/cc65/Makefile
index 5b54371e938b..5174c9ce2ec0 100644
--- a/devel/cc65/Makefile
+++ b/devel/cc65/Makefile
@@ -22,12 +22,12 @@ USE_GMAKE= yes
CFLAGS+= -DCC65_INC=\\\"${PREFIX}/lib/cc65/include\\\" \
-DCC65_LIB=\\\"${PREFIX}/lib/cc65/lib\\\"
-DOCFILES= doc/ar65.txt doc/ca65.txt doc/cc65.txt doc/cl65.txt doc/coding.txt \
+DOCFILES= doc/ar65.txt doc/ca65.txt doc/cc65.txt doc/cl65.txt doc/coding.txt \
doc/compile.txt doc/debugging.txt doc/internal.doc doc/intro.txt \
doc/ld65.txt doc/library.txt doc/newvers.txt doc/readme.txt BUGS \
CREDITS announce.txt
-BINFILES= binutils/ar65/ar65 binutils/ca65/ca65 binutils/ld65/ld65 \
+BINFILES= binutils/ar65/ar65 binutils/ca65/ca65 binutils/ld65/ld65 \
cc65/cc65 cl65/cl65
CC65INCFILES= 6502.h _6525.h _6526.h _6545.h _6551.h _sid.h _vdc.h _vic.h \
@@ -39,7 +39,7 @@ CC65INCFILES= 6502.h _6525.h _6526.h _6545.h _6551.h _sid.h _vdc.h _vic.h \
CC65LIBFILES= apple2.lib apple2.o c128.lib c128.o c64.lib c64.o cbm610.lib \
cbm610.o pet.lib pet.o plus4.lib plus4.o
-SAMPLES= Makefile c1541.rsp hello.c nachtm.c sieve.c
+SAMPLES= Makefile c1541.rsp hello.c nachtm.c sieve.c
do-build:
cd ${WRKSRC}/cc65 && ${SETENV} ${MAKE_ENV} ${GMAKE} -ef make/gcc.mak