summaryrefslogtreecommitdiff
path: root/fonts
diff options
context:
space:
mode:
authorsalo <salo>2003-04-17 15:59:38 +0000
committersalo <salo>2003-04-17 15:59:38 +0000
commita360d80bf95d26682fd8c4648b940549fa95ff61 (patch)
tree5425a176f87bb92c370ecfde952e59a600ca6404 /fonts
parentcc51f135b65ab5be6b22ec7151578278e0be1bec (diff)
downloadpkgsrc-a360d80bf95d26682fd8c4648b940549fa95ff61.tar.gz
Bump PKGREVISION: use fonts.mk to correctly update fonts.dir, delint.
Diffstat (limited to 'fonts')
-rw-r--r--fonts/geoslab703-ttf/Makefile21
1 files changed, 10 insertions, 11 deletions
diff --git a/fonts/geoslab703-ttf/Makefile b/fonts/geoslab703-ttf/Makefile
index 84cf10d1773..2838be1feb3 100644
--- a/fonts/geoslab703-ttf/Makefile
+++ b/fonts/geoslab703-ttf/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2003/03/29 12:40:56 jmmv Exp $
+# $NetBSD: Makefile,v 1.4 2003/04/17 15:59:38 salo Exp $
#
DISTNAME= geoslab703-ttf-20010522
-WRKSRC= ${WRKDIR}
+PKGREVISION= 1
CATEGORIES= fonts
MASTER_SITES= http://www.will-harris.com/fonts/
DISTFILES= geo703l.ttf geo703li.ttf
@@ -12,18 +12,17 @@ HOMEPAGE= http://www.will-harris.com/fonts/freefonts.htm
COMMENT= Free TrueType fonts from Bitstream, useful for web viewing
DIST_SUBDIR= geoslab703-ttf
-
EXTRACT_ONLY= # empty
-NO_CONFIGURE= yes
-NO_BUILD= yes
-USE_X11BASE= yes
-FONTDIR= ${PREFIX}/lib/X11/fonts/TrueType
+USE_X11BASE= YES
+NO_CONFIGURE= YES
+NO_BUILD= YES
+
+FONTS_TTF_DIRS= ${PREFIX}/lib/X11/fonts/TrueType
do-install:
- ${INSTALL_DATA_DIR} ${FONTDIR}
- for f in ${DISTFILES}; do \
- ${INSTALL_DATA} ${_DISTDIR}/$$f ${FONTDIR}; \
- done
+ ${INSTALL_DATA_DIR} ${FONTS_TTF_DIRS}
+ ${INSTALL_DATA} ${_DISTDIR}/*.ttf ${FONTS_TTF_DIRS}
+.include "../../mk/fonts.mk"
.include "../../mk/bsd.pkg.mk"