diff options
Diffstat (limited to 'japanese/freepwing/Makefile')
-rw-r--r-- | japanese/freepwing/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/japanese/freepwing/Makefile b/japanese/freepwing/Makefile index e2fed950aee4..b460a252c92f 100644 --- a/japanese/freepwing/Makefile +++ b/japanese/freepwing/Makefile @@ -6,21 +6,20 @@ # PORTNAME= freepwing -PORTVERSION= 1.4.3 -PORTREVISION= 1 +PORTVERSION= 1.4.4 CATEGORIES= japanese textproc MASTER_SITES= ftp://ftp.sra.co.jp/pub/misc/freepwing/ \ ftp://ftp.sra.co.jp/pub/misc/freepwing/old/ -DISTNAME= ${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Free JIS X 4081 (subset of EPWING V1) Formatter RUN_DEPENDS= gmake:${PORTSDIR}/devel/gmake -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --datadir=${PREFIX}/share/doc -USE_GMAKE= yes USE_PERL5= yes +USE_GMAKE= yes +GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +CONFIGURE_ARGS= --with-pkgdocdir=${DOCSDIR} .include <bsd.port.mk> |