diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2008-07-04 14:04:22 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2008-07-04 14:04:22 +0000 |
commit | 9f6a5b86177c4016670c7f23c3d59a027488cdfa (patch) | |
tree | 8175fb6dabef5433266a0e30dd9a89248a0c64a1 /x11-servers/Xfstt/Makefile | |
parent | 93f89fc7a6267415b590217e1d88d072ea764867 (diff) | |
download | ports-9f6a5b86177c4016670c7f23c3d59a027488cdfa.tar.gz ports-9f6a5b86177c4016670c7f23c3d59a027488cdfa.zip |
Notes
Diffstat (limited to 'x11-servers/Xfstt/Makefile')
-rw-r--r-- | x11-servers/Xfstt/Makefile | 13 |
1 files changed, 8 insertions, 5 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} |