aboutsummaryrefslogtreecommitdiff
path: root/x11-servers
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2008-07-04 14:04:22 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2008-07-04 14:04:22 +0000
commit9f6a5b86177c4016670c7f23c3d59a027488cdfa (patch)
tree8175fb6dabef5433266a0e30dd9a89248a0c64a1 /x11-servers
parent93f89fc7a6267415b590217e1d88d072ea764867 (diff)
downloadports-9f6a5b86177c4016670c7f23c3d59a027488cdfa.tar.gz
ports-9f6a5b86177c4016670c7f23c3d59a027488cdfa.zip
- fix typo -> plist for -DNOPORTDOCS
- SUB_FILES= pkg-plist and s/X11/Xorg/ - use MASTER_SITE_BERLIOS - bump PORTREVISION Prompted by: QA Tindy run
Notes
Notes: svn path=/head/; revision=216298
Diffstat (limited to 'x11-servers')
-rw-r--r--x11-servers/Xfstt/Makefile13
-rw-r--r--x11-servers/Xfstt/files/pkg-message.in (renamed from x11-servers/Xfstt/pkg-message)4
2 files changed, 10 insertions, 7 deletions
diff --git a/x11-servers/Xfstt/Makefile b/x11-servers/Xfstt/Makefile
index 7692b6ef8b68..a1e1dd8074df 100644
--- a/x11-servers/Xfstt/Makefile
+++ b/x11-servers/Xfstt/Makefile
@@ -7,9 +7,10 @@
PORTNAME= xfstt
PORTVERSION= 1.6
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= x11-servers
-MASTER_SITES= http://download.berlios.de/xfstt/
+MASTER_SITES= ${MASTER_SITE_BERLIOS}
+MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= A TrueType font server for X11
@@ -23,6 +24,8 @@ MAN1= xfstt.1x
TTFONTDIR= ${PREFIX}/lib/X11/fonts/TrueType
+SUB_FILES= pkg-message
+
post-patch:
.for file in INSTALL doc/xfstt.1x src/Makefile.in
@${REINPLACE_CMD} -e 's|%%TTFONTDIR%%|${TTFONTDIR}|g' ${WRKSRC}/${file}
@@ -33,10 +36,10 @@ post-patch:
post-install:
${INSTALL_SCRIPT} ${WRKSRC}/xfstt.sh ${PREFIX}/etc/rc.d
@${MKDIR} ${TTFONTDIR}
-.if !defined{NOPORTDOCS}
+.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
-.for file in CHANGES INSTALL THANKS
- ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
+.for _file in CHANGES INSTALL THANKS
+ ${INSTALL_DATA} ${WRKSRC}/${_file} ${DOCSDIR}
.endfor
.endif
@${CAT} ${PKGMESSAGE}
diff --git a/x11-servers/Xfstt/pkg-message b/x11-servers/Xfstt/files/pkg-message.in
index f2959097cd4b..8b6524bcfd75 100644
--- a/x11-servers/Xfstt/pkg-message
+++ b/x11-servers/Xfstt/files/pkg-message.in
@@ -1,13 +1,13 @@
******************************************************************
You will have to install your TrueType fonts in
- PREFIX/lib/X11/fonts/TrueType
+ %%PREFIX%%/lib/X11/fonts/TrueType
Remember to run the "xfstt --sync" command if you
add fonts while the font server is running.
You should also add the following line to the "Files"
-Section of /etc/XF86Config:
+Section of /etc/X11/xorg.conf:
FontPath "unix/:7101"
******************************************************************