Modification for adding the new slave ports

This commit is contained in:
Satoshi Taoka 2001-02-12 17:14:09 +00:00
parent 72adcdb23c
commit d8c395872f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=38269

View File

@ -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>