diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2013-09-05 18:24:04 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2013-09-05 18:24:04 +0000 |
commit | 9712a3779e28a713a29cc9f080da09200c6b3a1e (patch) | |
tree | 59157d0d341d78bd8359db87b0ed977d0cb067cb /japanese | |
parent | d41c0c0ce9da56c4bdcf0781f1d336e4f773a504 (diff) | |
download | ports-9712a3779e28a713a29cc9f080da09200c6b3a1e.tar.gz ports-9712a3779e28a713a29cc9f080da09200c6b3a1e.zip |
- Reassign to the heap due to maintainer mail bounces
Notes
Notes:
svn path=/head/; revision=326435
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/gtkicq/Makefile | 8 | ||||
-rw-r--r-- | japanese/libjcode/Makefile | 2 |
2 files changed, 3 insertions, 7 deletions
diff --git a/japanese/gtkicq/Makefile b/japanese/gtkicq/Makefile index d65ca8d2b5e1..c970df42aea7 100644 --- a/japanese/gtkicq/Makefile +++ b/japanese/gtkicq/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ja-gtkicq -# Date created: 8 MAY 1999 -# Whom: Shuichi Tanaka -# +# Created by: Shuichi Tanaka # $FreeBSD$ -# PORTNAME= gtkicq PORTVERSION= 0.60 @@ -15,7 +11,7 @@ PATCH_SITES= http://keemun.soraneko.com/gtkicq/archives/ PATCHFILES= ${DISTNAME}-ja.diff.gz PATCH_DIST_STRIP= -p1 -MAINTAINER= stanaka@bb.mbn.or.jp +MAINTAINER= ports@FreeBSD.org COMMENT= Icq clone for Japanese user BUILD_DEPENDS= ${LOCALBASE}/lib/libjcode.a:${PORTSDIR}/japanese/libjcode diff --git a/japanese/libjcode/Makefile b/japanese/libjcode/Makefile index 37839207e3a8..7e82e8e857dd 100644 --- a/japanese/libjcode/Makefile +++ b/japanese/libjcode/Makefile @@ -7,7 +7,7 @@ CATEGORIES= japanese net MASTER_SITES= http://keemun.soraneko.com/gtkicq/archives/ DISTNAME= ${PORTNAME} -MAINTAINER= stanaka@bb.mbn.or.jp +MAINTAINER= ports@FreeBSD.org COMMENT= Japanese charset conversion library MAKE_ARGS= CC=${CC} |