diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 2000-12-14 14:46:15 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 2000-12-14 14:46:15 +0000 |
commit | a1edb7c7c9f81daa701e2d419a7470a9a18ca202 (patch) | |
tree | d4aba9fcc693cae26fa360a4b6d7037547a738fb /print/pips2200 | |
parent | e25abd0c8291e3bab501f993c15c88205cc2e6aa (diff) | |
download | ports-a1edb7c7c9f81daa701e2d419a7470a9a18ca202.tar.gz ports-a1edb7c7c9f81daa701e2d419a7470a9a18ca202.zip |
(1) When I committed ports of pips{2200,3000,3300,670,750,900},
I must commit modification for pips800 which is a master port for these.
I forgot it.
(2) Simplify slave ports in japapese
(modifying Makefile and deleting pkg-plist).
Notes
Notes:
svn path=/head/; revision=35977
Diffstat (limited to 'print/pips2200')
-rw-r--r-- | print/pips2200/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/print/pips2200/Makefile b/print/pips2200/Makefile index 5f42dbc264f5..c8550facb6e6 100644 --- a/print/pips2200/Makefile +++ b/print/pips2200/Makefile @@ -5,12 +5,8 @@ # $FreeBSD$ # -CATEGORIES= print linux PORTVERSION= 1.3 -MASTER_SITES= http://www.epkowa.on.arena.ne.jp/pips/data/${PRTYPE}/ MASTERDIR= ${.CURDIR}/../pips800 -COMMENT= ${.CURDIR}/pkg-comment -DESCR= ${.CURDIR}/pkg-descr PRTYPE= 2200 .include "${MASTERDIR}/Makefile" |