--- Makefile.orig Thu Jan 15 12:09:01 2004 +++ Makefile Thu Jan 29 20:38:03 2004 @@ -20,8 +20,8 @@ install -m 644 debian/changelog $(DESTDIR)$(PREFIX)/share/doc/webbench .endif -webbench: webbench.o Makefile - $(CC) $(CFLAGS) $(LDFLAGS) -o webbench webbench.o $(LIBS) +webbench: Makefile + ${CC} $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) -o webbench webbench.c $(LIBS) clean: -rm -f *.o webbench *~ core tags it' href='https://www.lant.com.tw/~lantw44/git/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/games/gnugo
Commit message (Expand)AuthorAgeFilesLines
* Install texinfo files (GNU info) into ${PREFIX}/share/infobapt2018-11-111-0/+1
* Un-break build in the presence of print/texinforiggs2017-11-052-0/+22
* ${RM} already has -f.mat2016-10-211-1/+1
* MASTER_SITES cleanup.mat2015-05-141-2/+1
* Rename all 10,000 games/ patch-xy patches to reflect the files they modify.adamw2014-07-291-0/+0
* - Stage supportmiwi2014-02-031-4/+3
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-21