diff options
author | joerg <joerg@pkgsrc.org> | 2006-05-15 22:03:59 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-05-15 22:03:59 +0000 |
commit | 0797d5c856b0e6d56b1ee2369873e0fcf3efa319 (patch) | |
tree | 5ef2a247d0e36193881daecf3b5ce057abd533e6 /x11 | |
parent | cd9a90444b4fcd8ad301490720e918a409f008c3 (diff) | |
download | pkgsrc-0797d5c856b0e6d56b1ee2369873e0fcf3efa319.tar.gz |
Use font installation framework. Bump revision.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/x3270/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/x11/x3270/Makefile b/x11/x3270/Makefile index 485bb72620d..070a2183e07 100644 --- a/x11/x3270/Makefile +++ b/x11/x3270/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.17 2006/03/04 21:31:12 jlam Exp $ +# $NetBSD: Makefile,v 1.18 2006/05/15 22:03:59 joerg Exp $ DISTNAME= x3270-3213 PKGNAME= x3270-3.2.13 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= x11 MASTER_SITES= http://www.geocities.com/SiliconValley/Peaks/7814/ EXTRACT_SUFX= .tgz @@ -13,6 +13,7 @@ COMMENT= 3270 Terminal emulator WRKSRC= ${WRKDIR}/x3270-3.2 USE_IMAKE= yes -USE_TOOLS+= mkfontdir:run + +FONTS_DIRS.x11+= ${PREFIX}/lib/X11/fonts/misc .include "../../mk/bsd.pkg.mk" |