diff options
author | jkoshy <jkoshy@FreeBSD.org> | 1998-10-21 05:13:30 +0000 |
---|---|---|
committer | jkoshy <jkoshy@FreeBSD.org> | 1998-10-21 05:13:30 +0000 |
commit | e17a7956523a4ca890f45f2a05e83a05cb52a35b (patch) | |
tree | d44b24984f3735e7f964a9572a36e3fc61f8f502 /graphics | |
parent | b9595e2386286b3aaa4ec0a2cfcff77971fe68aa (diff) | |
download | FreeBSD-ports-e17a7956523a4ca890f45f2a05e83a05cb52a35b.zip FreeBSD-ports-e17a7956523a4ca890f45f2a05e83a05cb52a35b.tar.gz |
Take over as maintainer. Fix manual page placement problem.
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 89b23fd..93958f1 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 |