diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-03-21 23:05:19 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-03-21 23:05:19 +0000 |
commit | a5da770e67afce95b829c38c5d5330fe69f7822c (patch) | |
tree | b9556c9042a9d20d7c71f49869f39f95afc00052 /x11-fonts/junicode | |
parent | 51da733b698e7bbedaac4743f457352334401249 (diff) | |
download | ports-a5da770e67afce95b829c38c5d5330fe69f7822c.tar.gz ports-a5da770e67afce95b829c38c5d5330fe69f7822c.zip |
Notes
Diffstat (limited to 'x11-fonts/junicode')
-rw-r--r-- | x11-fonts/junicode/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/x11-fonts/junicode/Makefile b/x11-fonts/junicode/Makefile index 71b13d9e2b08..71481dd9ea6e 100644 --- a/x11-fonts/junicode/Makefile +++ b/x11-fonts/junicode/Makefile @@ -3,7 +3,7 @@ PORTNAME= junicode PORTVERSION= 0.7.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-fonts MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION:S|.|-|g} \ http://anthesphoria.net/FreeBSD/ports/distfiles/ @@ -18,11 +18,9 @@ WRKSRC= ${WRKDIR}/${PORTNAME} NO_BUILD= yes USES= fonts zip -FONTSDIR?= lib/X11/fonts/${PORTNAME} - do-install: - @${MKDIR} ${STAGEDIR}${PREFIX}/${FONTSDIR} - ${INSTALL_DATA} ${WRKSRC}/fonts/*.ttf ${STAGEDIR}${PREFIX}/${FONTSDIR} + @${MKDIR} ${STAGEDIR}${FONTSDIR} + ${INSTALL_DATA} ${WRKSRC}/fonts/*.ttf ${STAGEDIR}${FONTSDIR} @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/* ${STAGEDIR}${DOCSDIR} |