Update to version 1.3

This commit is contained in:
Chris Piazza 1999-09-04 19:48:00 +00:00
parent f12bea9bca
commit b4860e47bc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=21250
3 changed files with 6 additions and 6 deletions

View file

@ -1,12 +1,12 @@
# New ports collection makefile for: geekcode generator
# Version required: 1.1
# Version required: 1.3
# Date created: 30 Aug 1999
# Whom: Chris Piazza <cpiazza@FreeBSD.org>
#
# $FreeBSD$
#
DISTNAME= geekcode-1.1
DISTNAME= geekcode-1.3
CATEGORIES= misc
MASTER_SITES= http://seymour.napalm.net/

View file

@ -1 +1 @@
MD5 (geekcode-1.1.tar.gz) = 2d94a3875da0c3c5ce2977143f0a208e
MD5 (geekcode-1.3.tar.gz) = a9e2fed4281f560f6d48d6065a1239da

View file

@ -1,7 +1,7 @@
--- 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