diff options
author | taoka <taoka@FreeBSD.org> | 2000-12-14 22:46:15 +0800 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 2000-12-14 22:46:15 +0800 |
commit | 71659045cb84338d7fad4741bbcb096a9299cbbd (patch) | |
tree | d015453a1a5a2d6366a0a6678bacefcc77e7eacf /print/pips770 | |
parent | 5289540120c10245e13a7f707d0e16a3b86ed33c (diff) | |
download | freebsd-ports-gnome-71659045cb84338d7fad4741bbcb096a9299cbbd.tar.gz freebsd-ports-gnome-71659045cb84338d7fad4741bbcb096a9299cbbd.tar.zst freebsd-ports-gnome-71659045cb84338d7fad4741bbcb096a9299cbbd.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).
Diffstat (limited to 'print/pips770')
-rw-r--r-- | print/pips770/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/print/pips770/Makefile b/print/pips770/Makefile index 1d0d06de576a..1065c884da80 100644 --- a/print/pips770/Makefile +++ b/print/pips770/Makefile @@ -5,10 +5,7 @@ # $FreeBSD$ # -MASTER_SITES= http://www.epkowa.on.arena.ne.jp/pips/data/${PRTYPE}/ MASTERDIR= ${.CURDIR}/../pips800 -COMMENT= ${.CURDIR}/pkg-comment -DESCR= ${.CURDIR}/pkg-descr PRTYPE= 770 .include "${MASTERDIR}/Makefile" |