diff options
author | Yoshio MITA <mita@FreeBSD.org> | 2002-01-19 00:38:53 +0000 |
---|---|---|
committer | Yoshio MITA <mita@FreeBSD.org> | 2002-01-19 00:38:53 +0000 |
commit | 5f3dc715b126c38aeee08adbd5fd69de8d77c20b (patch) | |
tree | 5239f85eb15baeb297fc0db12b5f060601797d59 /print/ghostscript7-commfont/files/patch-gdevmjc.mak | |
parent | Keep 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-gdevmjc.mak')
-rw-r--r-- | print/ghostscript7-commfont/files/patch-gdevmjc.mak | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/print/ghostscript7-commfont/files/patch-gdevmjc.mak b/print/ghostscript7-commfont/files/patch-gdevmjc.mak deleted file mode 100644 index f54213e30356..000000000000 --- a/print/ghostscript7-commfont/files/patch-gdevmjc.mak +++ /dev/null @@ -1,43 +0,0 @@ ---- gdevmjc-0.8/gdevmjc.mak.orig Tue May 23 19:19:13 2000 -+++ gdevmjc-0.8/gdevmjc.mak Tue May 23 19:19:40 2000 -@@ -4,25 +4,22 @@ - # Supports MJ-700V2C, MJ-5000C, MJ-900C, MJ-800C, MJ-500C - # - ## --# --# Append this file to Makefile --# --## --MJCSRC = gdevmjc.c mjmtx2.c mjbksep.c mjhtocmy.c mjvtbl.c \ -- mjgrnsp.c mjgrnsp2.c mjespdtc.c mjespdtm.c mjespdty.c mjbarrie.c -+MJCSRC = $(GLSRC)gdevmjc.c $(GLSRC)mjmtx2.c $(GLSRC)mjbksep.c \ -+ $(GLSRC)mjhtocmy.c $(GLSRC)mjvtbl.c $(GLSRC)mjgrnsp.c \ -+ $(GLSRC)mjgrnsp2.c $(GLSRC)mjespdtc.c $(GLSRC)mjespdtm.c \ -+ $(GLSRC)mjespdty.c $(GLSRC)mjbarrie.c - --mj700v2c_=gdevmjc.$(OBJ) $(HPPCL) -+mj700v2c_=$(GLOBJ)gdevmjc.$(OBJ) $(HPPCL) - - # To make A4 paper the default, change the second line below this to --gdevmjc.$(OBJ): $(MJCSRC) $(PDEVH) $(gdevpcl_h) -- $(CCC) -DA4 gdevmjc.c -- --mjc180.dev: $(mj700v2c_) -- $(SHP)gssetdev mjc180 $(mj700v2c_) --mjc360.dev: $(mj700v2c_) -- $(SHP)gssetdev mjc360 $(mj700v2c_) --mjc720.dev: $(mj700v2c_) -- $(SHP)gssetdev mjc720 $(mj700v2c_) --mj500c.dev: $(mj700v2c_) -- $(SHP)gssetdev mj500c $(mj700v2c_) -+$(GLOBJ)gdevmjc.$(OBJ): $(MJCSRC) $(PDEVH) $(gdevpcl_h) -+ $(GLCC) -DA4 $(GLO_)gdevmjc.$(OBJ) $(C_) $(GLSRC)gdevmjc.c - -+$(GLOBJ)mjc180.dev: $(mj700v2c_) $(DD)page.dev -+ $(SETPDEV) $(DD)mjc180 $(mj700v2c_) -+$(GLOBJ)mjc360.dev: $(mj700v2c_) $(DD)page.dev -+ $(SETPDEV) $(DD)mjc360 $(mj700v2c_) -+$(GLOBJ)mjc720.dev: $(mj700v2c_) $(DD)page.dev -+ $(SETPDEV) $(DD)mjc720 $(mj700v2c_) -+$(GLOBJ)mj500c.dev: $(mj700v2c_) $(DD)page.dev -+ $(SETPDEV) $(DD)mj500c $(mj700v2c_) |