diff options
author | Joseph Koshy <jkoshy@FreeBSD.org> | 1998-10-21 05:13:30 +0000 |
---|---|---|
committer | Joseph Koshy <jkoshy@FreeBSD.org> | 1998-10-21 05:13:30 +0000 |
commit | a1591c36d10e874049dbbbdc20ce38fe5897d590 (patch) | |
tree | 456e0f32c64d47e805c01e289a96c9516ec777e6 /graphics | |
parent | 1c53dd4187ae2f8a7ae003853663b5c9a4c2f166 (diff) |
Take over as maintainer. Fix manual page placement problem.
Notes
Notes:
svn path=/head/; revision=14141
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/xli/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/graphics/xli/Makefile b/graphics/xli/Makefile index 89b23fdfbfef..93958f1dbc7b 100644 --- a/graphics/xli/Makefile +++ b/graphics/xli/Makefile @@ -3,7 +3,7 @@ # Date created: 24 November 1994 # Whom: asami # -# $Id: Makefile,v 1.7 1996/11/18 09:53:56 asami Exp $ +# $Id: Makefile,v 1.8 1998/10/05 03:13:39 steve Exp $ # DISTNAME= xli.1.16 @@ -12,10 +12,11 @@ CATEGORIES= graphics x11 MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= applications -MAINTAINER= ports@FreeBSD.ORG +MAINTAINER= jkoshy@FreeBSD.ORG USE_IMAKE= yes -MAN1= xli.1 xlito.1 +MANN= xli.n xlito.n +MANCOMPRESSED= no NO_WRKSUBDIR= yes |