diff options
author | ahze <ahze@FreeBSD.org> | 2005-03-14 10:04:34 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2005-03-14 10:04:34 +0800 |
commit | 1bdfa18e4180ee632920d5ab653c76eb514da39c (patch) | |
tree | e57e3e4db4cfba25e01cccd0dd0ecdf1c2bdd37a /x11-fonts/dejavu | |
parent | 2fd39fac7ab14dc27db2c2bb4d6eacdb39f13ae8 (diff) | |
download | freebsd-ports-graphics-1bdfa18e4180ee632920d5ab653c76eb514da39c.tar.gz freebsd-ports-graphics-1bdfa18e4180ee632920d5ab653c76eb514da39c.tar.zst freebsd-ports-graphics-1bdfa18e4180ee632920d5ab653c76eb514da39c.zip |
- Update to 1.8
Thanks to lesi for not letting me go insane.
Diffstat (limited to 'x11-fonts/dejavu')
-rw-r--r-- | x11-fonts/dejavu/Makefile | 14 | ||||
-rw-r--r-- | x11-fonts/dejavu/distinfo | 4 | ||||
-rw-r--r-- | x11-fonts/dejavu/pkg-message | 4 |
3 files changed, 10 insertions, 12 deletions
diff --git a/x11-fonts/dejavu/Makefile b/x11-fonts/dejavu/Makefile index 25449f6e64a..32c95790fd9 100644 --- a/x11-fonts/dejavu/Makefile +++ b/x11-fonts/dejavu/Makefile @@ -6,7 +6,7 @@ # PORTNAME= dejavu -PORTVERSION= 1.7 +PORTVERSION= 1.8 CATEGORIES= x11-fonts MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -21,7 +21,7 @@ RUN_DEPENDS= ${BUILD_DEPENDS} USE_X_PREFIX= yes NO_BUILD= yes -PORTDOCS= README +PORTDOCS= README status.txt unicover.txt PLIST_SUB= FONTSDIR="${FONTSDIR:S|${PREFIX}/||}" MSG_FILE= ${PKGDIR}/pkg-message @@ -39,14 +39,16 @@ do-install: ${INSTALL_DATA} ${FILESDIR}/fonts.dir ${FONTSDIR} .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} +.for f in ${PORTDOCS} + ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} +.endfor .endif post-install: - ${ECHO_MSG} "===> Running fc-cache" + @${ECHO_MSG} "===> Running fc-cache" -${X11BASE}/bin/fc-cache -f -v ${FONTSDIR} - ${ECHO_MSG} + @${ECHO_MSG} ${CAT} ${PKGMESSAGE} - ${ECHO_MSG} + @${ECHO_MSG} .include <bsd.port.mk> diff --git a/x11-fonts/dejavu/distinfo b/x11-fonts/dejavu/distinfo index f439f483ca5..912b1027939 100644 --- a/x11-fonts/dejavu/distinfo +++ b/x11-fonts/dejavu/distinfo @@ -1,2 +1,2 @@ -MD5 (dejavu-ttf-1.7.tar.gz) = dd53a611d383c91b93f58f7e8535bf3b -SIZE (dejavu-ttf-1.7.tar.gz) = 804818 +MD5 (dejavu-ttf-1.8.tar.gz) = 457a65df76a2c3695f9f265cfa5797b4 +SIZE (dejavu-ttf-1.8.tar.gz) = 804889 diff --git a/x11-fonts/dejavu/pkg-message b/x11-fonts/dejavu/pkg-message index 9b911f28f5b..f2c54fcf0dc 100644 --- a/x11-fonts/dejavu/pkg-message +++ b/x11-fonts/dejavu/pkg-message @@ -1,7 +1,3 @@ -IMPORTANT - READ CAREFULLY: Please read the COPYRIGHT included with these fonts -before using. The copyright can be found at %%FONTSDIR%%/COPYRIGHT.TXT. To -use these fonts, follow the instructions below. - Make sure that the freetype module is loaded. If it is not, add the following line to the "Modules" section of your X Windows configuration file: |