diff options
author | jmmv <jmmv> | 2003-03-29 12:40:00 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2003-03-29 12:40:00 +0000 |
commit | bd104e94125bfe7dfcebf5b4161276a4198449e9 (patch) | |
tree | faa47d38b96f7c3d479f826963ddfdc99b66acc3 /fonts/Xg | |
parent | 7cae7f609b643bad775c5f59251c32e609dbdc0a (diff) | |
download | pkgsrc-bd104e94125bfe7dfcebf5b4161276a4198449e9.tar.gz |
Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.
Diffstat (limited to 'fonts/Xg')
-rw-r--r-- | fonts/Xg/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fonts/Xg/Makefile b/fonts/Xg/Makefile index 7a0474d8fe1..56a1b5cd9b3 100644 --- a/fonts/Xg/Makefile +++ b/fonts/Xg/Makefile @@ -1,16 +1,16 @@ -# $NetBSD: Makefile,v 1.11 2002/08/25 18:38:54 jlam Exp $ +# $NetBSD: Makefile,v 1.12 2003/03/29 12:40:53 jmmv Exp $ # FreeBSD Id: Makefile,v 1.4 1997/01/27 15:59:35 erich Exp # DISTNAME= libXg.utf.fonts PKGNAME= libXgFonts-1.0 +WRKSRC= ${WRKDIR} CATEGORIES= fonts plan9 MASTER_SITES= ftp://ftp.ecf.toronto.edu/pub/plan9/matty/ MAINTAINER= packages@netbsd.org COMMENT= These are the UNICODE fonts for use with 9term and sam -WRKSRC= ${WRKDIR} USE_BUILDLINK2= yes USE_X11BASE= yes |