diff options
author | Eric L. Hernes <erich@FreeBSD.org> | 1995-10-28 20:35:56 +0000 |
---|---|---|
committer | Eric L. Hernes <erich@FreeBSD.org> | 1995-10-28 20:35:56 +0000 |
commit | 92ce3d9a4325d74385d8fa95ade26dcdae02bd41 (patch) | |
tree | 56ebd6b10e3be22945b88f1b0d6c3e97423048ce /x11-fonts | |
parent | fixed COMMENTS (diff) |
added myself as MAINTAINER
Notes
Notes:
svn path=/head/; revision=2372
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/Xg/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/x11-fonts/Xg/Makefile b/x11-fonts/Xg/Makefile index fdb0a18dbf3c..a62d7f16886c 100644 --- a/x11-fonts/Xg/Makefile +++ b/x11-fonts/Xg/Makefile @@ -3,7 +3,7 @@ # Date created: Sun Aug 13 12:36:14 CDT 1995 # Whom: erich@rrnet.com # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1995/08/14 04:08:02 asami Exp $ # DISTNAME= libXg.utf.fonts @@ -11,6 +11,9 @@ PKGNAME= libXgFonts-1.0 CATEGORIES+= plan9 MASTER_SITES= ftp://ftp.ecf.toronto.edu/pub/plan9/matty/ EXTRACT_SUFX= .tar.Z + +MAINTAINER= erich@FreeBSD.org + NO_WRKSUBDIR= yes USE_X11= yes |