diff options
author | Jun-ichiro itojun Hagino <itojun@FreeBSD.org> | 1998-06-04 18:28:10 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@FreeBSD.org> | 1998-06-04 18:28:10 +0000 |
commit | 9fc0ddfc1d04a5c29585ac90ee66a0005eeb04eb (patch) | |
tree | e88b44f71f86c919d11659aeafbafee5b95de513 /print | |
parent | 2b74fe6fc53fe5b8fe40bc9ac5d918ebaad54f9d (diff) | |
download | ports-9fc0ddfc1d04a5c29585ac90ee66a0005eeb04eb.tar.gz ports-9fc0ddfc1d04a5c29585ac90ee66a0005eeb04eb.zip |
definition of CATEGORIES was wrong. Because of this, ja-gp-XX has not
been listed in "japanese" category.
PR: 6669
Submitted by: Sada Kenji <sada@e-mail.ne.jp>
Notes
Notes:
svn path=/head/; revision=11251
Diffstat (limited to 'print')
-rw-r--r-- | print/gp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/gp/Makefile b/print/gp/Makefile index 9e666b6d0686..13c0ca7ea8ef 100644 --- a/print/gp/Makefile +++ b/print/gp/Makefile @@ -3,12 +3,12 @@ # Date created: 15 April 1997 # Whom: Kiriyama Kazuhiko<kiri@kiri.toba-cmt.ac.jp> # -# $Id: Makefile,v 1.4 1998/02/21 22:37:57 fenner Exp $ +# $Id: Makefile,v 1.5 1998/04/18 12:54:18 itojun Exp $ # DISTNAME= GP-2.5 PKGNAME?= gp-2.5 -CATEGORIES= print tk42 +CATEGORIES+= print tk42 MASTER_SITES= http://www.kamome.or.jp/hueda/GP/ \ ftp://www.neosoft.com/pub/tcl/sorted/print/GP-2.5/ |