From d8c395872fb36fc13ff7398a75b013ebcf822d04 Mon Sep 17 00:00:00 2001 From: Satoshi Taoka Date: Mon, 12 Feb 2001 17:14:09 +0000 Subject: Modification for adding the new slave ports --- print/pips800/Makefile | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/print/pips800/Makefile b/print/pips800/Makefile index ef7afed70354..45d6dd3a17c1 100644 --- a/print/pips800/Makefile +++ b/print/pips800/Makefile @@ -93,6 +93,20 @@ do-install: # a target for the maintainer _MAKE_COMMENT_DESCR: +.if defined(INTERNATIONAL_PRODUCTS) +.if ${PRTYPE} != -sc880 +.for file in pkg-comment pkg-descr +.if ${PRTYPE} == -sc680_777 + ${SED} -e 's,Stylus Color880,Stylus Color680/Stylus Color777,g' \ + -e 's/880/${PRTYPE:S/^-sc//}/g' \ + ${.CURDIR}/../pips-sc880/${file} > ${.CURDIR}/${file} +.else + ${SED} -e 's/880/${PRTYPE:S/^-sc//}/g' \ + ${.CURDIR}/../pips-sc880/${file} > ${.CURDIR}/${file} +.endif +.endfor +.endif +.else # for defined(INTERNATIONAL_PRODUCTS) .if ${PRTYPE} != 800 .for file in pkg-comment pkg-descr .if ${PRTYPE} == 820_3300 @@ -111,5 +125,6 @@ _MAKE_COMMENT_DESCR: .endif .endfor .endif +.endif # for defined(INTERNATIONAL_PRODUCTS) .include -- cgit v1.2.3