mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
Modification for adding the new slave ports
This commit is contained in:
parent
72adcdb23c
commit
d8c395872f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=38269
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user