diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-04-11 14:15:53 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-04-11 14:15:53 +0000 |
commit | edcf8b3594b5df6440713253552b675fb0234474 (patch) | |
tree | cb86ff29b6c34e6d077c56ce53ca461f9623f343 /japanese/gicq/Makefile | |
parent | 7b4b0c4f33915abb1f15e37f30ce951ba7aa94e6 (diff) | |
download | ports-edcf8b3594b5df6440713253552b675fb0234474.tar.gz ports-edcf8b3594b5df6440713253552b675fb0234474.zip |
Notes
Diffstat (limited to 'japanese/gicq/Makefile')
-rw-r--r-- | japanese/gicq/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/japanese/gicq/Makefile b/japanese/gicq/Makefile index ce92b5f9bc07..80a93a71b89b 100644 --- a/japanese/gicq/Makefile +++ b/japanese/gicq/Makefile @@ -1,20 +1,19 @@ # New ports collection makefile for: gicq -# Version required: 0.33 # Date Created: 31 Oct 1998 # Whom: Seiichirou Hiraoka # # $FreeBSD$ # -DISTNAME= gicq-0.33 -PKGNAME= ja-gicq-0.33 +PORTNAME= gicq +PORTVERSION= 0.33 CATEGORIES= japanese net MASTER_SITES= http://people.FreeBSD.org/~flathill/distfiles/ \ ftp://ftp.korsoft.com/pub/gicq/ PATCH_SITES= http://people.FreeBSD.org/~flathill/distfiles/ \ http://www-nagao.kuee.kyoto-u.ac.jp/member/taku/soft/ -PATCHFILES= gicq-0.33ja.patch +PATCHFILES= ${DISTNAME}ja.patch PATCH_DIST_STRIP= -p1 MAINTAINER= flathill@FreeBSD.org |