diff options
Diffstat (limited to 'print/pips-sc680_777/Makefile')
-rw-r--r-- | print/pips-sc680_777/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/print/pips-sc680_777/Makefile b/print/pips-sc680_777/Makefile index 2f428bcfeca3..73000b1c8969 100644 --- a/print/pips-sc680_777/Makefile +++ b/print/pips-sc680_777/Makefile @@ -1,14 +1,15 @@ -# New ports collection makefile for: pips for EPSON Stylus Color777/EPSON Stylus Color680 +# New ports collection makefile for: pips for EPSON Stylus Color 777/EPSON Stylus Color 680 # Date created: 2001.01.05 # Whom: Satoshi Taoka <taoka@FreeBSD.org> # # $FreeBSD$ # -MASTER_SITES?= http://www.epkowa.on.arena.ne.jp/pips/data/777_680/ -MASTERDIR= ${.CURDIR}/../pips-sc880 +PORTVERSION= 2.1 +MASTER_SITES= http://www.epkowa.on.arena.ne.jp/pips/data/777_680_21/ +MASTERDIR= ${.CURDIR}/../pips800 PRTYPE= -sc680_777 -BROKEN= the distfile dose not exist +INTERNATIONAL_PRODUCTS=yes .include "${MASTERDIR}/Makefile" |