summaryrefslogtreecommitdiff
path: root/print/pips800
diff options
context:
space:
mode:
authorSatoshi Taoka <taoka@FreeBSD.org>2001-02-12 17:14:09 +0000
committerSatoshi Taoka <taoka@FreeBSD.org>2001-02-12 17:14:09 +0000
commitd8c395872fb36fc13ff7398a75b013ebcf822d04 (patch)
tree4137e8beb7c29caaf1a25d9849b064ae1a4e47db /print/pips800
parentPhoto Image Print System for Linux --- EPSON Stylus Color980 (diff)
Modification for adding the new slave ports
Notes
Notes: svn path=/head/; revision=38269
Diffstat (limited to 'print/pips800')
-rw-r--r--print/pips800/Makefile15
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>