diff options
author | agc <agc@pkgsrc.org> | 2004-01-20 12:07:06 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2004-01-20 12:07:06 +0000 |
commit | dc52048e014fdad9bb69ef9db159835a61c8dd4d (patch) | |
tree | 28fc431efa48feea798736cefee933a6529a5c91 /fonts/Xg | |
parent | 46eceba7253d40f1643bc06f73cc7fd2148c2e8e (diff) | |
download | pkgsrc-dc52048e014fdad9bb69ef9db159835a61c8dd4d.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
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 e7fc71a1485..ca8a2a2907c 100644 --- a/fonts/Xg/Makefile +++ b/fonts/Xg/Makefile @@ -1,16 +1,16 @@ -# $NetBSD: Makefile,v 1.14 2003/07/17 21:36:40 grant Exp $ +# $NetBSD: Makefile,v 1.15 2004/01/20 12:15:16 agc 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= tech-pkg@NetBSD.org COMMENT= These are the UNICODE fonts for use with 9term and sam +WRKSRC= ${WRKDIR} USE_BUILDLINK2= yes USE_X11BASE= yes |