diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2014-07-18 11:48:34 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2014-07-18 11:48:34 +0000 |
commit | cb152cc13a53e61956fe6a30b7920ea1c2e19162 (patch) | |
tree | 7c8cdf5f8c441842ef05097d5a0768bb3d52537b /x11-fonts | |
parent | 14e2af0516e5f48d06d25c38a2f7fdeb49092165 (diff) |
Notes
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/alef/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-fonts/alef/Makefile b/x11-fonts/alef/Makefile index e996efc92a98..3104d4b60a3e 100644 --- a/x11-fonts/alef/Makefile +++ b/x11-fonts/alef/Makefile @@ -7,7 +7,7 @@ MASTER_SITES= http://alef.hagilda.com/ DISTNAME= Alef MAINTAINER= cpm@fbsd.es -COMMENT= Free multi-lingual font designed for screens +COMMENT= A free multi-lingual font designed for screens LICENSE= OFL11 @@ -21,13 +21,14 @@ NO_BUILD= yes PLIST_SUB= FONTSDIR="${FONTSDIR:S|${PREFIX}/||}" -PORTDOCS= --COMING-SOON--.txt OFL-license.txt readme.txt +PORTDOCS= COMING-SOON.txt OFL-license.txt readme.txt OPTIONS_DEFINE= DOCS post-extract: @${MKDIR} ${WRKSRC} cd ${WRKDIR} ; ${MV} TTF ${WRKSRC} + ${MV} ${WRKDIR}/--COMING-SOON--.txt ${WRKDIR}/COMING-SOON.txt do-install: @${MKDIR} ${STAGEDIR}${FONTSDIR} |