Date: Sun, 23 Dec 2012 06:54:04 +0000 (UTC) From: Alexey Dokuchaev <danfe@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r309416 - in head/arabic: ae_fonts_ttf arabtex aspell kacst_fonts kde3-i18n kde4-l10n libreoffice Message-ID: <201212230654.qBN6s4BN041237@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danfe Date: Sun Dec 23 06:54:04 2012 New Revision: 309416 URL: http://svnweb.freebsd.org/changeset/ports/309416 Log: Second round of Makefile cleanups in Arabic ports. Modified: head/arabic/ae_fonts_ttf/Makefile head/arabic/arabtex/Makefile head/arabic/aspell/Makefile head/arabic/kacst_fonts/Makefile head/arabic/kde3-i18n/Makefile head/arabic/kde4-l10n/Makefile head/arabic/libreoffice/Makefile Modified: head/arabic/ae_fonts_ttf/Makefile ============================================================================== --- head/arabic/ae_fonts_ttf/Makefile Sun Dec 23 06:24:53 2012 (r309415) +++ head/arabic/ae_fonts_ttf/Makefile Sun Dec 23 06:54:04 2012 (r309416) @@ -11,6 +11,8 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Collection of TrueType Arabic fonts +LICENSE= GPLv2 + BUILD_DEPENDS= ttmkfdir:${PORTSDIR}/x11-fonts/ttmkfdir USE_BZIP2= yes @@ -49,7 +51,7 @@ do-build: do-install: .for font in ${FONTS} - ${MKDIR} ${PREFIX}/lib/X11/fonts/ae_fonts1/${font} + @${MKDIR} ${PREFIX}/lib/X11/fonts/ae_fonts1/${font} ${INSTALL_DATA} ${WRKSRC}/${font}/* \ ${PREFIX}/lib/X11/fonts/ae_fonts1/${font} .endfor Modified: head/arabic/arabtex/Makefile ============================================================================== --- head/arabic/arabtex/Makefile Sun Dec 23 06:24:53 2012 (r309415) +++ head/arabic/arabtex/Makefile Sun Dec 23 06:54:04 2012 (r309416) @@ -1,9 +1,5 @@ -# New ports collection makefile for: arabtex -# Date created: 2005-07-15 -# Whom: Nicola Vitale <nivit@email.it> -# +# Created by: Nicola Vitale <nivit@email.it> # $FreeBSD$ -# PORTNAME= arabtex PORTVERSION= 3.11 @@ -14,7 +10,7 @@ DISTNAME= arab${PORTVERSION:S/.//} EXTRACT_SUFX= .tgz MAINTAINER= nivit@FreeBSD.org -COMMENT= A TeX/LaTeX package to generate the Arabic writing +COMMENT= TeX/LaTeX package to generate Arabic writing BUILD_DEPENDS= mktexlsr:${PORTSDIR}/print/teTeX \ ${TEXMFLOCAL_LSR}:${PORTSDIR}/print/tex-texmflocal Modified: head/arabic/aspell/Makefile ============================================================================== --- head/arabic/aspell/Makefile Sun Dec 23 06:24:53 2012 (r309415) +++ head/arabic/aspell/Makefile Sun Dec 23 06:54:04 2012 (r309416) @@ -1,9 +1,5 @@ -# New ports collection makefile for: ar-aspell -# Date created: 12 February 2007 -# Whom: Thierry Thomas <thierry@pompo.net> -# +# Created by: Thierry Thomas <thierry@pompo.net> # $FreeBSD$ -# PORTNAME= aspell DISTVERSION= 6-ar-1.2-0 @@ -14,7 +10,7 @@ CATEGORIES= arabic textproc MAINTAINER= office@FreeBSD.org COMMENT= Aspell Arabic dictionaries -DICT= ar +DICT= ar .include "${.CURDIR}/../../textproc/aspell/Makefile.inc" .include <bsd.port.post.mk> Modified: head/arabic/kacst_fonts/Makefile ============================================================================== --- head/arabic/kacst_fonts/Makefile Sun Dec 23 06:24:53 2012 (r309415) +++ head/arabic/kacst_fonts/Makefile Sun Dec 23 06:54:04 2012 (r309416) @@ -1,9 +1,5 @@ -# New ports collection makefile for: kacst_fonts -# Date created: August 22 2003 -# Whom: Samy Al Bahra <samy@kerneled.com> -# +# Created by: Samy Al Bahra <samy@kerneled.com> # $FreeBSD$ -# PORTNAME= kacst_fonts PORTVERSION= 2.01 @@ -29,11 +25,13 @@ do-build: cd ${WRKDIR} && ttmkfdir -c -d ${WRKSRC} > ${WRKSRC}/fonts.dir do-install: - ${MKDIR} ${PREFIX}/lib/X11/fonts/kacst_fonts/ - ${INSTALL_DATA} ${WRKSRC}/*.ttf ${PREFIX}/lib/X11/fonts/kacst_fonts/ - ${INSTALL_DATA} ${WRKSRC}/fonts.dir ${PREFIX}/lib/X11/fonts/kacst_fonts/ + @${MKDIR} ${PREFIX}/lib/X11/fonts/kacst_fonts + ${INSTALL_DATA} ${WRKSRC}/*.ttf ${WRKSRC}/fonts.dir \ + ${PREFIX}/lib/X11/fonts/kacst_fonts post-install: + @${ECHO_MSG} @${CAT} ${PKGMESSAGE} + @${ECHO_MSG} .include <bsd.port.mk> Modified: head/arabic/kde3-i18n/Makefile ============================================================================== --- head/arabic/kde3-i18n/Makefile Sun Dec 23 06:24:53 2012 (r309415) +++ head/arabic/kde3-i18n/Makefile Sun Dec 23 06:54:04 2012 (r309416) @@ -1,9 +1,5 @@ -# New ports collection makefile for: kde3-i18n-ar -# Date created: 05 April 2002 -# Whom: Lauri Watts <lauri@kde.org> -# +# Created by: Lauri Watts <lauri@kde.org> # $FreeBSD$ -# PORTNAME= kde-i18n PORTVERSION= ${KDE_VERSION} @@ -24,5 +20,4 @@ GNU_CONFIGURE= yes KDE_I18N= yes .include "${.CURDIR}/../../x11/kde3/Makefile.kde" - .include <bsd.port.mk> Modified: head/arabic/kde4-l10n/Makefile ============================================================================== --- head/arabic/kde4-l10n/Makefile Sun Dec 23 06:24:53 2012 (r309415) +++ head/arabic/kde4-l10n/Makefile Sun Dec 23 06:54:04 2012 (r309416) @@ -1,9 +1,4 @@ -# New ports collection makefile for: kde4-l10n -# Date created: 2009-01-25 -# Whom: Max Brazhnikov <makc@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= kde-l10n PORTVERSION= ${KDE4_VERSION} Modified: head/arabic/libreoffice/Makefile ============================================================================== --- head/arabic/libreoffice/Makefile Sun Dec 23 06:24:53 2012 (r309415) +++ head/arabic/libreoffice/Makefile Sun Dec 23 06:54:04 2012 (r309416) @@ -4,5 +4,4 @@ LO_I18N= ar CATEGORIES= arabic editors .include "${.CURDIR}/../../editors/libreoffice/Makefile.common" - .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212230654.qBN6s4BN041237>