diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-07-27 15:09:11 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-07-27 15:09:11 +0000 |
commit | 56bf85096cc89f91d28671b5d93b4172240263bc (patch) | |
tree | 0574ce9eee45d627f943b80b2445882a762b52af /benchmarks/dbs/files/patch-src_Makefile | |
parent | Add new port -- Rounded Mgen+ Japanese TrueType fonts (diff) |
Cleanup patches, category benchmarks
Rename them to follow the make makepatch naming, and regenerate them.
With hat: portmgr
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=419178
Diffstat (limited to 'benchmarks/dbs/files/patch-src_Makefile')
-rw-r--r-- | benchmarks/dbs/files/patch-src_Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/benchmarks/dbs/files/patch-src_Makefile b/benchmarks/dbs/files/patch-src_Makefile index f533d8c59b3d..5a432a755e18 100644 --- a/benchmarks/dbs/files/patch-src_Makefile +++ b/benchmarks/dbs/files/patch-src_Makefile @@ -1,5 +1,5 @@ ---- src/Makefile-- Sat Aug 1 19:13:01 1998 -+++ src/Makefile Sat Aug 1 19:44:49 1998 +--- src/Makefile.orig 1998-06-08 00:25:16 UTC ++++ src/Makefile @@ -27,10 +27,10 @@ # make install # @@ -13,7 +13,7 @@ #CFLAGS =-g # debug #CFLAGS =-g -DDEBUGMODE -@@ -51,7 +51,7 @@ +@@ -51,7 +51,7 @@ all:: dbsc dbsd obj:: (cd ../obj/$(UNAME); make) @@ -22,7 +22,7 @@ dir:: -@ mkdir ../obj -@ mkdir ../obj/$(UNAME) -@@ -74,7 +74,7 @@ +@@ -74,7 +74,7 @@ tags:: etags *.c *.h install:: |