diff options
Diffstat (limited to '')
-rw-r--r-- | graphics/xli/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/graphics/xli/Makefile b/graphics/xli/Makefile index efeb552cd8dc..8c8ae51ff7a8 100644 --- a/graphics/xli/Makefile +++ b/graphics/xli/Makefile @@ -3,7 +3,7 @@ # Date created: 24 November 1994 # Whom: asami # -# $Id: Makefile,v 1.9 1998/10/21 05:13:30 jkoshy Exp $ +# $Id: Makefile,v 1.10 1998/10/26 07:26:18 asami Exp $ # DISTNAME= xli.1.16 @@ -14,11 +14,8 @@ MASTER_SITE_SUBDIR= applications MAINTAINER= jkoshy@FreeBSD.ORG -BROKEN= manpages - USE_IMAKE= yes -MANN= xli.n xlito.n -MANCOMPRESSED= no +MAN1= xli.1 xlito.1 NO_WRKSUBDIR= yes |