Index: head/vietnamese/unicode-uhoai/pkg-plist =================================================================== --- head/vietnamese/unicode-uhoai/pkg-plist (revision 453717) +++ head/vietnamese/unicode-uhoai/pkg-plist (nonexistent) @@ -1 +0,0 @@ -%%FONTSDIR%%/uhoaiw21.ttf Property changes on: head/vietnamese/unicode-uhoai/pkg-plist ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/vietnamese/unicode-uhoai/Makefile =================================================================== --- head/vietnamese/unicode-uhoai/Makefile (revision 453717) +++ head/vietnamese/unicode-uhoai/Makefile (revision 453718) @@ -1,25 +1,26 @@ # Created by: David O'Brien (obrien@NUXI.com) # $FreeBSD$ PORTNAME= unicode-uhoai PORTVERSION= 2.1 PORTREVISION= 4 CATEGORIES= vietnamese x11-fonts MASTER_SITES= LOCAL/obrien DISTNAME= uhoaiw21 MAINTAINER= ports@FreeBSD.org COMMENT= Unicode TrueType Font with UHoai Vietnamese encoding -USES= fonts zip:infozip +USES= fonts zip NO_WRKSUBDIR= yes -NO_BUILD= taken care of in do-install target +NO_BUILD= yes +PLIST_FILES= %%FONTSDIR%%/uhoaiw21.ttf + FONTNAME= TrueType -EXTRACT_BEFORE_ARGS= -qoL do-install: @${MKDIR} ${STAGEDIR}${FONTSDIR} - ${INSTALL_DATA} ${WRKSRC}/uhoaiw21.ttf ${STAGEDIR}${FONTSDIR} + ${INSTALL_DATA} ${WRKSRC}/UHOAIW21.TTF ${STAGEDIR}${FONTSDIR}/uhoaiw21.ttf .include Index: head/vietnamese/vis2u/pkg-plist =================================================================== --- head/vietnamese/vis2u/pkg-plist (revision 453717) +++ head/vietnamese/vis2u/pkg-plist (nonexistent) @@ -1 +0,0 @@ -bin/vis2u Property changes on: head/vietnamese/vis2u/pkg-plist ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/vietnamese/vis2u/Makefile =================================================================== --- head/vietnamese/vis2u/Makefile (revision 453717) +++ head/vietnamese/vis2u/Makefile (revision 453718) @@ -1,23 +1,24 @@ # Created by: David O'Brien (obrien@NUXI.com) # $FreeBSD$ PORTNAME= vis2u PORTVERSION= 1.0 CATEGORIES= vietnamese textproc MASTER_SITES= LOCAL/obrien DISTNAME= ${PORTNAME}${PORTVERSION:S/.//g} MAINTAINER= ports@FreeBSD.org COMMENT= VISCII->Unicode conversion -USES= zip:infozip +USES= zip NO_WRKSUBDIR= yes -EXTRACT_BEFORE_ARGS= -qoL +PLIST_FILES= bin/vis2u + do-build: - cd ${WRKSRC} ; make vis2u + ${CC} -x c ${CFLAGS} ${WRKSRC}/VIS2U.C -o ${WRKSRC}/vis2u do-install: ${INSTALL_PROGRAM} ${WRKSRC}/vis2u ${STAGEDIR}${PREFIX}/bin .include