diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2013-03-18 21:56:30 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2013-03-18 21:56:30 +0000 |
commit | b63a28f690b27a0ef6821a035dbe6cb73bebe946 (patch) | |
tree | 51d86f5b60bf968487093b3c7a33dfaf18107397 /japanese/eijiro-fpw/Makefile | |
parent | 6b5b1aa5c967aad14fed743af779c3f9d3916a4d (diff) |
"aaargh, quoted Makefile variables"
Approved by: portmgr (bapt)
Notes
Notes:
svn path=/head/; revision=314605
Diffstat (limited to 'japanese/eijiro-fpw/Makefile')
-rw-r--r-- | japanese/eijiro-fpw/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/japanese/eijiro-fpw/Makefile b/japanese/eijiro-fpw/Makefile index 0b7b0a499780..2a8ea8022443 100644 --- a/japanese/eijiro-fpw/Makefile +++ b/japanese/eijiro-fpw/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: EIJIRO Dictionary - JIS X 4081 version -# Date created: 2000.11.28 -# Whom: Satoshi Taoka <taoka@FreeBSD.org> -# +# Created by: Satoshi Taoka <taoka@FreeBSD.org> # $FreeBSD$ -# PORTNAME= eijiro-fpw PORTVERSION= 1.0b @@ -20,7 +16,7 @@ BUILD_DEPENDS= ${LOCALBASE}/libexec/freepwing/catdump:${PORTSDIR}/japanese/freep ja-p5-Jcode>=0:${PORTSDIR}/japanese/p5-Jcode MANUAL_PACKAGE_BUILD=Needs data from CDROM -RESTRICTED= "The original dictionary is not free" +RESTRICTED= The original dictionary is not free USE_GMAKE= yes USE_PERL5= yes WRKSRC= ${WRKDIR}/eijiro-fpw${PORTVERSION} |