diff options
author | taoka <taoka@FreeBSD.org> | 2001-02-13 01:14:09 +0800 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 2001-02-13 01:14:09 +0800 |
commit | 8d883044ed7617e192d259949ac03a06b9af9a12 (patch) | |
tree | bc6a83eb74c77c86b47381f9162e8b2a8206feb7 /print/pips800/Makefile | |
parent | 8c831ef003d70a468ad2a421a15df3a9847ef7a5 (diff) | |
download | freebsd-ports-gnome-8d883044ed7617e192d259949ac03a06b9af9a12.tar.gz freebsd-ports-gnome-8d883044ed7617e192d259949ac03a06b9af9a12.tar.zst freebsd-ports-gnome-8d883044ed7617e192d259949ac03a06b9af9a12.zip |
Modification for adding the new slave ports
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> |