summaryrefslogtreecommitdiff
path: root/net/dgd/files/patch-aa
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2002-05-20 19:01:51 +0000
committerGreg Lewis <glewis@FreeBSD.org>2002-05-20 19:01:51 +0000
commit39a81fb91987b1862b749bed3ccfc63bbe345b64 (patch)
tree7c6b0b69a764bf591fc7a7d59f0d2002920f11d7 /net/dgd/files/patch-aa
parentRemove xine_mms_plugin. (diff)
. Update to 1.2p1
. Swap the order of the first two MASTER_SITEs as imaginary.com is down at the moment. . Update pkg-descr from the current README for DGD. . Take over maintainership. Reviewed by: sobomax Approved by: sobomax
Notes
Notes: svn path=/head/; revision=59556
Diffstat (limited to 'net/dgd/files/patch-aa')
-rw-r--r--net/dgd/files/patch-aa14
1 files changed, 10 insertions, 4 deletions
diff --git a/net/dgd/files/patch-aa b/net/dgd/files/patch-aa
index 6f866c2b28bc..f2c23fef8c2f 100644
--- a/net/dgd/files/patch-aa
+++ b/net/dgd/files/patch-aa
@@ -1,5 +1,7 @@
---- Makefile.orig Wed Dec 20 02:13:29 2000
-+++ Makefile Mon Mar 12 00:27:18 2001
+$FreeBSD$
+
+--- Makefile.orig Wed Dec 20 03:13:29 2000
++++ Makefile Fri May 17 10:02:48 2002
@@ -3,13 +3,12 @@
#
HOST= NETBSD
@@ -25,7 +27,11 @@
a.out: $(OBJ) always
cd comp; $(DMAKE) 'CC=$(CC)' 'CCFLAGS=$(CCFLAGS)' dgd
cd lex; $(DMAKE) 'CC=$(CC)' 'CCFLAGS=$(CCFLAGS)' dgd
-@@ -41,7 +42,11 @@
+@@ -38,10 +39,15 @@
+ @rm -f a.out
+
+ $(BIN)/driver: a.out
++ -mkdir $(BIN)
-mv $(BIN)/driver $(BIN)/driver.old
cp a.out $(BIN)/driver
@@ -38,7 +44,7 @@
lint:
lint $(LINTFLAGS) $(CFLAGS) $(SRC)
-@@ -67,7 +72,7 @@
+@@ -67,7 +73,7 @@
comp/a.out:
cd comp; $(DMAKE) 'DMAKE=$(DMAKE)' 'CC=$(CC)' 'CCFLAGS=$(CCFLAGS)' \