diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-12-05 00:13:38 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-12-05 00:13:38 +0000 |
commit | 32287c109784671c0b626cc3f2ee67c51927bd99 (patch) | |
tree | ff92032febb21042ad9a2a84b180dac5cc9f7ad1 /chinese/cce/Makefile | |
parent | 91a2135b22e4e398207077b4001c78f515eecf1b (diff) |
Notes
Diffstat (limited to 'chinese/cce/Makefile')
-rw-r--r-- | chinese/cce/Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/chinese/cce/Makefile b/chinese/cce/Makefile index c40346a419d8..78d70f5994b3 100644 --- a/chinese/cce/Makefile +++ b/chinese/cce/Makefile @@ -12,20 +12,20 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= cce2k DISTNAME= ${PORTNAME}-${PORTVERSION}-02132004-dist EXTRACT_SUFX= .tgz +PATCH_SITES= http://www.chinatinco.com/freebsd/cce/ \ + http://www.525183.com/freebsd/cce/ \ + http://525183.serverbox.org/freebsd/cce/ +PATCHFILES= cce_0.51-1.diff.gz +PATCH_DIST_STRIP=-p1 -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunrychen@gmail.com COMMENT= Console CJK Environment WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} ONLY_FOR_ARCHS= i386 HAS_CONFIGURE= yes +CONFIGURE_ARGS= --mandir=${PREFIX}/man MAN1= cce.1 cceconv.1 -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 700042 -BROKEN= Does not compile with GCC 4.2 -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |