diff options
Diffstat (limited to 'print/pips800/Makefile')
-rw-r--r-- | print/pips800/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
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 <bsd.port.post.mk> |