diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2005-03-14 02:04:34 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2005-03-14 02:04:34 +0000 |
commit | 0005347301cb2c85fa333e1e921e499dd4106fa9 (patch) | |
tree | 56d608b4de983132285b624d85ad1cf4e2b53859 /x11-fonts/dejavu | |
parent | 45a3a8ad7298c917d4719afcf42a5487b9332329 (diff) |
Notes
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 25449f6e64a0..32c95790fd90 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 f439f483ca5b..912b10279392 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 9b911f28f5b4..f2c54fcf0dc6 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: |