diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-06-28 21:55:51 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-06-28 21:55:51 +0000 |
commit | f26b1735ae185396c445fae5f305a463776e4a74 (patch) | |
tree | ab5114401ec7db40761fe6df5ad0752c244a2686 /japanese | |
parent | 60ee3e9d02f6e650fac9c9818fc4e99a2b2908ff (diff) | |
download | ports-f26b1735ae185396c445fae5f305a463776e4a74.tar.gz ports-f26b1735ae185396c445fae5f305a463776e4a74.zip |
Notes
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/Wnn6-lib/Makefile | 10 | ||||
-rw-r--r-- | japanese/kdrill/Makefile | 10 |
2 files changed, 6 insertions, 14 deletions
diff --git a/japanese/Wnn6-lib/Makefile b/japanese/Wnn6-lib/Makefile index 6d9ba0fbef1d..0001985ffb39 100644 --- a/japanese/Wnn6-lib/Makefile +++ b/japanese/Wnn6-lib/Makefile @@ -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 diff --git a/japanese/kdrill/Makefile b/japanese/kdrill/Makefile index 4b3b5ca1b9be..8084dc349420 100644 --- a/japanese/kdrill/Makefile +++ b/japanese/kdrill/Makefile @@ -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/kdrill/ 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 |