Date: Fri, 28 Jun 2013 21:55:52 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r321992 - in head/japanese: Wnn6-lib kdrill Message-ID: <201306282155.r5SLtqEC011739@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@FreeBSD.org> -# +# Created by: Satoshi Taoka <taoka@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Wnn6-lib PORTVERSION= 2000.9.1 @@ -15,7 +11,7 @@ DISTNAME= Wnn6-SDK MAINTAINER= hrs@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@osd.bsdi.com> -# +# Created by: Seth Kingsley <sethk@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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306282155.r5SLtqEC011739>