summaryrefslogtreecommitdiff
path: root/arabic/ae_fonts_ttf
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2012-12-23 06:54:04 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2012-12-23 06:54:04 +0000
commitc358e850a7d775ec42211395d196a6f160b84002 (patch)
tree6dbec86bff5dfaf9dab3440325233bda6804f345 /arabic/ae_fonts_ttf
parent4e6d4d6f79c772ab75693f30b9090902caa65cce (diff)
downloadfreebsd-ports-c358e850a7d775ec42211395d196a6f160b84002.zip
Second round of Makefile cleanups in Arabic ports.
Diffstat (limited to 'arabic/ae_fonts_ttf')
-rw-r--r--arabic/ae_fonts_ttf/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/arabic/ae_fonts_ttf/Makefile b/arabic/ae_fonts_ttf/Makefile
index d0deeaa96909..834b88eebbbf 100644
--- a/arabic/ae_fonts_ttf/Makefile
+++ b/arabic/ae_fonts_ttf/Makefile
@@ -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