View | Details | Raw Unified | Return to bug 47479
Collapse All | Expand All

(-)games/blue/Makefile (-2 / +2 lines)
Lines 6-14 Link Here
6
#
6
#
7
7
8
PORTNAME=	blue
8
PORTNAME=	blue
9
PORTVERSION=	2.4
9
PORTVERSION=	2.6
10
CATEGORIES=	games
10
CATEGORIES=	games
11
MASTER_SITES=	http://www.tuxedo.org/~esr/blue/
11
MASTER_SITES=	http://www.catb.org/~esr/blue/
12
12
13
MAINTAINER=	ports@FreeBSD.org
13
MAINTAINER=	ports@FreeBSD.org
14
14
(-)games/blue/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (blue-2.4.tar.gz) = 6182a2517e4f1f9f70836710aae6788d
1
MD5 (blue-2.6.tar.gz) = b73160c2e8afb3ce65d29c2414a7e239
(-)games/blue/files/patch-ac (-9 / +9 lines)
Lines 1-16 Link Here
1
--- Makefile.orig	Wed Mar 29 22:20:16 2000
1
--- Makefile.orig	Tue Jul 30 21:56:34 2002
2
+++ Makefile	Wed Mar 29 22:21:26 2000
2
+++ Makefile	Sat Jan 25 06:27:44 2003
3
@@ -7,10 +7,11 @@
3
@@ -6,10 +6,11 @@
4
 
4
 VERS=2.6
5
 SOURCES = READ.ME Makefile blue.c blue.c.orig blue.6 blue.lsm *.spec
6
 
5
 
6
 SOURCES = READ.ME COPYING Makefile blue.c blue.xml blue.lsm *.spec
7
-CFLAGS=-O
7
-CFLAGS=-O
8
+CC?=cc
8
+CC?=cc
9
+CFLAGS?=-O
9
+CFLAGS?=-O
10
 
10
 
11
 blue: blue.c
11
 blue: blue.c
12
-	cc $(CFLAGS) -DVERSION=\"$(V)\" blue.c -lncurses -o blue
12
-	cc $(CFLAGS) -DRELEASE=\"$(VERS)\" blue.c -lncurses -o blue
13
+	$(CC) $(CFLAGS) -DVERSION=\"$(V)\" blue.c -lncurses -o blue
13
+	$(CC) $(CFLAGS) -DRELEASE=\"$(VERS)\" blue.c -lncurses -o blue
14
 
14
 
15
 blue-$(V).tar.gz: $(SOURCES)
15
 blue.6: blue.xml
16
 	@ls $(SOURCES) | sed s:^:blue-$(V)/: >MANIFEST
16
 	xmlto man blue.xml

Return to bug 47479