From 9f6a5b86177c4016670c7f23c3d59a027488cdfa Mon Sep 17 00:00:00 2001 From: Ion-Mihai Tetcu Date: Fri, 4 Jul 2008 14:04:22 +0000 Subject: - fix typo -> plist for -DNOPORTDOCS - SUB_FILES= pkg-plist and s/X11/Xorg/ - use MASTER_SITE_BERLIOS - bump PORTREVISION Prompted by: QA Tindy run --- x11-servers/Xfstt/Makefile | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'x11-servers/Xfstt/Makefile') 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} -- cgit v1.2.3