summaryrefslogtreecommitdiff
path: root/print/ghostscript7-commfont/files/patch-gdev10v.mak.patch
diff options
context:
space:
mode:
authorYoshio MITA <mita@FreeBSD.org>2002-01-19 00:38:53 +0000
committerYoshio MITA <mita@FreeBSD.org>2002-01-19 00:38:53 +0000
commit5f3dc715b126c38aeee08adbd5fd69de8d77c20b (patch)
tree5239f85eb15baeb297fc0db12b5f060601797d59 /print/ghostscript7-commfont/files/patch-gdev10v.mak.patch
parentKeep up with the musical MASTER_SITES. It should be done moving around (diff)
A few hours later the import I received patch to ameriolate ports.
Since this is rather minor change and it is too short (8 hours) between last and this commit, I don't bump PORTREVISION for this time. Submitted by: KATO Tsuguru <dai_fugo@geocities.co.jp> to ports-jp@jp ML
Notes
Notes: svn path=/head/; revision=53314
Diffstat (limited to 'print/ghostscript7-commfont/files/patch-gdev10v.mak.patch')
-rw-r--r--print/ghostscript7-commfont/files/patch-gdev10v.mak.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/print/ghostscript7-commfont/files/patch-gdev10v.mak.patch b/print/ghostscript7-commfont/files/patch-gdev10v.mak.patch
deleted file mode 100644
index 25a8317379b8..000000000000
--- a/print/ghostscript7-commfont/files/patch-gdev10v.mak.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- gdev10v/gdev10v.mak.orig Thu Oct 12 11:17:50 2000
-+++ gdev10v/gdev10v.mak Thu Oct 12 11:21:12 2000
-@@ -1,12 +1,13 @@
- ### ----------------- The Canon BubbleJet BJ10v device ----------------- ###
-
--bj10v_=gdev10v.$(OBJ) gdevprn.$(OBJ)
--bj10v.dev: $(bj10v_)
-- $(SHP)gssetdev bj10v $(bj10v_)
--bj10vh.dev: $(bj10v_)
-- $(SHP)gssetdev bj10vh $(bj10v_)
-+bj10v_=$(GLOBJ)gdev10v.$(OBJ) $(GLOBJ)gdevprn.$(OBJ)
-+$(DD)bj10v.dev: $(bj10v_) $(DD)page.dev
-+ $(SETPDEV) $(DD)bj10v $(bj10v_)
-+$(DD)bj10vh.dev: $(bj10v_) $(DD)page.dev
-+ $(SETPDEV) $(DD)bj10vh $(bj10v_)
-
- # Uncomment the following line if you are using MS-DOS on PC9801 series.
-
--gdev10v.$(OBJ): gdevbj10.c $(PDEVH)
-+$(GLOBJ)gdev10v.$(OBJ): $(GLSRC)gdevbj10.c $(PDEVH)
-+ $(GLCC) $(GLO_)gdev10v.$(OBJ) $(C_) $(GLSRC)gdev10v.c
- # $(CCC) -DPC9801 gdev10v.c