Index: head/chinese/cce/Makefile =================================================================== --- head/chinese/cce/Makefile (revision 134423) +++ head/chinese/cce/Makefile (revision 134424) @@ -1,27 +1,25 @@ # New ports collection makefile for: cce # Date created: 8 Oct 2003 # Whom: Shen Chuan-Hsing # # $FreeBSD$ # PORTNAME= cce PORTVERSION= 0.51 CATEGORIES= chinese MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= cce2k DISTNAME= ${PORTNAME}-${PORTVERSION}-02132004-dist EXTRACT_SUFX= .tgz MAINTAINER= statue@freebsd.netlab.cse.yzu.edu.tw COMMENT= Console CJK Environment -BROKEN= Incorrect pkg-plist - WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} ONLY_FOR_ARCHS= i386 HAS_CONFIGURE= yes MAN1= cce.1 cceconv.1 .include Property changes on: head/chinese/cce/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.10 \ No newline at end of property +1.11 \ No newline at end of property Index: head/chinese/cce/files/patch-inputs::all::Makefile.in =================================================================== --- head/chinese/cce/files/patch-inputs::all::Makefile.in (nonexistent) +++ head/chinese/cce/files/patch-inputs::all::Makefile.in (revision 134424) @@ -0,0 +1,19 @@ +--- inputs/all/Makefile.in.orig Sat Feb 14 12:17:23 2004 ++++ inputs/all/Makefile.in Sun May 1 02:27:37 2005 +@@ -335,8 +335,6 @@ + .check_convtab: + @if [ ! -f $(CCE_SHARE_DIR)/cce/cceconv.tab ] ; then \ + $(NORMAL_INSTALL) ; \ +- $(mkinstalldirs) $(CCE_SHARE_DIR)/cce ; \ +- $(INSTALL_DATA) $(srcdir)/../utils/cceconv.tab $(CCE_SHARE_DIR)/cce/cceconv.tab ; \ + fi + + zhiyin.tab: zhiyin.cin $(CIN2TAB) .check_convtab +@@ -361,6 +359,7 @@ + + allinstall: $(CIN2TAB) + $(mkinstalldirs) $(CCE_SHARE_DIR)/cce ++ $(INSTALL_DATA) $(srcdir)/../utils/cceconv.tab $(CCE_SHARE_DIR)/cce/cceconv.tab ; \ + $(mkinstalldirs) $(CCE_SHARE_DIR)/cce/all + $(INSTALL_DATA) $(srcdir)/*.tab $(CCE_SHARE_DIR)/cce/all + $(INSTALL_DATA) $(srcdir)/*.tab.usr $(CCE_SHARE_DIR)/cce/all Property changes on: head/chinese/cce/files/patch-inputs::all::Makefile.in ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property