Fix MASTER_SITES for pips-sc20s, pips-sc40s
This commit is contained in:
parent
800cb21b9e
commit
8663a0e5c4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=59956
1 changed files with 5 additions and 1 deletions
|
@ -10,7 +10,11 @@ PORTVERSION?= 1.3.1
|
||||||
#PORTREVISION= 1
|
#PORTREVISION= 1
|
||||||
CATEGORIES?= print linux
|
CATEGORIES?= print linux
|
||||||
.if defined(INTERNATIONAL_PRODUCTS)
|
.if defined(INTERNATIONAL_PRODUCTS)
|
||||||
.if ${PORTVERSION} == 2.0 || ${PORTVERSION} == 2.1
|
.if ${PRTYPE} == -sc20s
|
||||||
|
MASTER_SITES?= http://www.epkowa.on.arena.ne.jp/pips/data/sc20/
|
||||||
|
.elif ${PRTYPE} == -sc40s
|
||||||
|
MASTER_SITES?= http://www.epkowa.on.arena.ne.jp/pips/data/sc40/
|
||||||
|
.elif ${PORTVERSION} == 2.0 || ${PORTVERSION} == 2.1
|
||||||
MASTER_SITES?= http://www.epkowa.on.arena.ne.jp/pips/data/${PRTYPE:S/^-//}_${PORTVERSION:S/.//}/
|
MASTER_SITES?= http://www.epkowa.on.arena.ne.jp/pips/data/${PRTYPE:S/^-//}_${PORTVERSION:S/.//}/
|
||||||
.else
|
.else
|
||||||
MASTER_SITES?= http://www.epkowa.on.arena.ne.jp/pips/data/${PRTYPE:S/^-//}/
|
MASTER_SITES?= http://www.epkowa.on.arena.ne.jp/pips/data/${PRTYPE:S/^-//}/
|
||||||
|
|
Loading…
Reference in a new issue