Index: head/misc/geekcode/Makefile =================================================================== --- head/misc/geekcode/Makefile (revision 21249) +++ head/misc/geekcode/Makefile (revision 21250) @@ -1,18 +1,18 @@ # New ports collection makefile for: geekcode generator -# Version required: 1.1 +# Version required: 1.3 # Date created: 30 Aug 1999 # Whom: Chris Piazza # # $FreeBSD$ # -DISTNAME= geekcode-1.1 +DISTNAME= geekcode-1.3 CATEGORIES= misc MASTER_SITES= http://seymour.napalm.net/ MAINTAINER= cpiazza@FreeBSD.org do-install: @${INSTALL_PROGRAM} ${WRKSRC}/geekcode ${PREFIX}/bin .include Property changes on: head/misc/geekcode/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1.1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/misc/geekcode/distinfo =================================================================== --- head/misc/geekcode/distinfo (revision 21249) +++ head/misc/geekcode/distinfo (revision 21250) @@ -1 +1 @@ -MD5 (geekcode-1.1.tar.gz) = 2d94a3875da0c3c5ce2977143f0a208e +MD5 (geekcode-1.3.tar.gz) = a9e2fed4281f560f6d48d6065a1239da Property changes on: head/misc/geekcode/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/misc/geekcode/files/patch-aa =================================================================== --- head/misc/geekcode/files/patch-aa (revision 21249) +++ head/misc/geekcode/files/patch-aa (revision 21250) @@ -1,34 +1,34 @@ ---- Makefile.orig Sun Aug 29 11:02:52 1999 -+++ Makefile Mon Aug 30 00:42:38 1999 +--- Makefile.orig Mon Aug 30 15:33:00 1999 ++++ Makefile Thu Sep 2 18:42:00 1999 @@ -1,6 +1,6 @@ --CFLAGS=-O3 -Wall -s +-CFLAGS=-O3 -s +CFLAGS?=-O3 -Wall -s TARGET=geekcode -CC=gcc +CC?=gcc SRCFILES = gc_appearance.c \ gc_computers.c \ @@ -24,14 +24,14 @@ rm -f $(TARGET) $(LIBFILES) geekcode: - gcc $(CFLAGS) -c gc_appearance.c - gcc $(CFLAGS) -c gc_computers.c - gcc $(CFLAGS) -c gc_entertainment.c - gcc $(CFLAGS) -c gc_lifestyle.c - gcc $(CFLAGS) -c gc_politics.c - gcc $(CFLAGS) -c gc_type.c - gcc $(CFLAGS) -c geekcode.c - gcc $(CFLAGS) -o $(TARGET) $(LIBFILES) + ${CC} $(CFLAGS) -c gc_appearance.c + ${CC} $(CFLAGS) -c gc_computers.c + ${CC} $(CFLAGS) -c gc_entertainment.c + ${CC} $(CFLAGS) -c gc_lifestyle.c + ${CC} $(CFLAGS) -c gc_politics.c + ${CC} $(CFLAGS) -c gc_type.c + ${CC} $(CFLAGS) -c geekcode.c + ${CC} $(CFLAGS) -o $(TARGET) $(LIBFILES) install: install -m 755 geekcode /usr/local/bin Property changes on: head/misc/geekcode/files/patch-aa ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1.1.1 \ No newline at end of property +1.2 \ No newline at end of property