diff options
author | taoka <taoka@FreeBSD.org> | 2002-05-25 04:01:37 +0000 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 2002-05-25 04:01:37 +0000 |
commit | 27cd407330edf1ac372d0e80ee7f36f2c57c8971 (patch) | |
tree | 25b123b0a05a7dda802b02d62be8d49ce6489a00 /print | |
parent | 66a2568b3a12c02f9829693c745d1487688fafe4 (diff) | |
download | FreeBSD-ports-27cd407330edf1ac372d0e80ee7f36f2c57c8971.zip FreeBSD-ports-27cd407330edf1ac372d0e80ee7f36f2c57c8971.tar.gz |
Fix MASTER_SITES for pips-sc20s, pips-sc40s
Diffstat (limited to 'print')
-rw-r--r-- | print/pips800/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/print/pips800/Makefile b/print/pips800/Makefile index 10ee49d..1fd257f 100644 --- a/print/pips800/Makefile +++ b/print/pips800/Makefile @@ -10,7 +10,11 @@ PORTVERSION?= 1.3.1 #PORTREVISION= 1 CATEGORIES?= print linux .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/.//}/ .else MASTER_SITES?= http://www.epkowa.on.arena.ne.jp/pips/data/${PRTYPE:S/^-//}/ |