diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 2002-05-25 04:01:37 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 2002-05-25 04:01:37 +0000 |
commit | 8663a0e5c4adce9b0158d1f1a75a0b2d8980afe2 (patch) | |
tree | ffda1bf14671d80e9377c7eea4abd1dd95258fe1 /print | |
parent | Add missing dependency to fix build on bento (diff) |
Fix MASTER_SITES for pips-sc20s, pips-sc40s
Notes
Notes:
svn path=/head/; revision=59956
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 10ee49db1a27..1fd257f3e304 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/^-//}/ |