diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 2001-08-08 00:38:01 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 2001-08-08 00:38:01 +0000 |
commit | 31407c37c9e24685045f47a5e937f0f89bac0a29 (patch) | |
tree | d3a97ca1e9f9d4493815c874281a95712df5afbe /japanese/FreeWnn-lib/Makefile | |
parent | Drop maintainership (I prefer Apache Project's ones). (diff) |
Update to 1.1.1-a018
All removed patch files was imported into FreeWnn
Diffstat (limited to 'japanese/FreeWnn-lib/Makefile')
-rw-r--r-- | japanese/FreeWnn-lib/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/japanese/FreeWnn-lib/Makefile b/japanese/FreeWnn-lib/Makefile index 4240da9217de..770303a2dc74 100644 --- a/japanese/FreeWnn-lib/Makefile +++ b/japanese/FreeWnn-lib/Makefile @@ -8,22 +8,23 @@ PORTNAME= FreeWnn PORTVERSION= ${WMMVERSION:S/-/./} CATEGORIES?= japanese -MASTER_SITES= ftp://ftp.freewnn.org/pub/FreeWnn/ \ - ftp://ftp.etl.go.jp/pub/FreeWnn/alpha/ +MASTER_SITES= ftp://ftp.freewnn.org/pub/FreeWnn/alpha/ PKGNAMESUFFIX?= -lib DISTNAME= ${PORTNAME}-${WMMVERSION} MAINTAINER= taoka@FreeBSD.org -WRKSRC= ${WRKDIR}/${DISTNAME}/Xsi +#WRKSRC= ${WRKDIR}/${DISTNAME}/Xsi +WRKSRC= ${WRKDIR}/FreeWnn-1.1.1-a017-pl4/Xsi ALL_TARGET= includes all INSTALL_TARGET= install install.man GNU_CONFIGURE= yes USE_AUTOCONF= yes USE_LIBTOOL= yes INSTALLS_SHLIB= yes +USE_BZIP2= yes -WMMVERSION= 1.1.1-a017 +WMMVERSION= 1.1.1-a018 WNN?= Wnn .if (${PKGNAMESUFFIX} == -lib) |