diff options
Diffstat (limited to 'graphics/xli/Makefile')
-rw-r--r-- | graphics/xli/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/xli/Makefile b/graphics/xli/Makefile index 5e2a64f819b8..89b23fdfbfef 100644 --- a/graphics/xli/Makefile +++ b/graphics/xli/Makefile @@ -3,7 +3,7 @@ # Date created: 24 November 1994 # Whom: asami # -# $Id: Makefile,v 1.6 1996/08/04 16:48:17 chuckr Exp $ +# $Id: Makefile,v 1.7 1996/11/18 09:53:56 asami Exp $ # DISTNAME= xli.1.16 @@ -15,6 +15,8 @@ MASTER_SITE_SUBDIR= applications MAINTAINER= ports@FreeBSD.ORG USE_IMAKE= yes +MAN1= xli.1 xlito.1 + NO_WRKSUBDIR= yes .include <bsd.port.mk> |