svn commit: r321992 - in head/japanese: Wnn6-lib kdrill

Baptiste Daroussin bapt at FreeBSD.org
Fri Jun 28 21:55:52 UTC 2013


Author: bapt
Date: Fri Jun 28 21:55:51 2013
New Revision: 321992
URL: http://svnweb.freebsd.org/changeset/ports/321992

Log:
  Convert to USES=imake
  Trim headers

Modified:
  head/japanese/Wnn6-lib/Makefile
  head/japanese/kdrill/Makefile

Modified: head/japanese/Wnn6-lib/Makefile
==============================================================================
--- head/japanese/Wnn6-lib/Makefile	Fri Jun 28 21:48:59 2013	(r321991)
+++ head/japanese/Wnn6-lib/Makefile	Fri Jun 28 21:55:51 2013	(r321992)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	head files and libraries of Wnn6
-# Date created:		11 July 1997
-# Whom:			Satoshi Taoka <taoka at FreeBSD.org>
-#
+# Created by: Satoshi Taoka <taoka at FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	Wnn6-lib
 PORTVERSION=	2000.9.1
@@ -15,7 +11,7 @@ DISTNAME=	Wnn6-SDK
 MAINTAINER=	hrs at FreeBSD.org
 COMMENT=	Wnn6 client library
 
-USE_IMAKE=	yes
+USES=		imake
 USE_LDCONFIG=	yes
 WRKSRC=		${WRKDIR}/src/contrib/im/Xsi
 PORTDOCS=	README
@@ -27,7 +23,7 @@ post-patch:
 		${WRKSRC}/Makefile.ini
 
 do-build:
-	cd ${WRKSRC} && make World -f Makefile.ini
+	cd ${WRKSRC} && ${SETENV} ${MAKE_ENV}  make World -f Makefile.ini
 
 post-install:
 	${LN} -sf libwnn6_fromsrc.a ${PREFIX}/lib/libwnn6.a

Modified: head/japanese/kdrill/Makefile
==============================================================================
--- head/japanese/kdrill/Makefile	Fri Jun 28 21:48:59 2013	(r321991)
+++ head/japanese/kdrill/Makefile	Fri Jun 28 21:55:51 2013	(r321992)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	kdrill
-# Date created:		14 November 2000
-# Whom:			Seth Kingsley <sethk at osd.bsdi.com>
-#
+# Created by: Seth Kingsley <sethk at osd.bsdi.com>
 # $FreeBSD$
-#
 
 PORTNAME=	kdrill
 PORTVERSION=	6.4
@@ -13,15 +9,15 @@ MASTER_SITES=	http://www.bolthole.com/kd
 DISTNAME=	${PORTNAME}${PORTVERSION}
 
 MAINTAINER=	sethk at meowfishies.com
-COMMENT=	A program to quiz you on the meanings of Kanji
+COMMENT=	Program to quiz you on the meanings of Kanji
 
 # Explictly state HTML'ized man pages in packing list since not all are
 # generated from imake.
 XFREE86_HTML_MAN=no
 MAN1=		kdrill.1 makedic.1 makeedict.1
 
+USES=		imake
 MANCOMPRESSED=	yes
-USE_IMAKE=	yes
 USE_XORG=	ice sm x11 xaw xext xmu xpm xt
 
 RUN_DEPENDS+=	xjdic:${PORTSDIR}/japanese/edict


More information about the svn-ports-all mailing list