diff options
author | Steve Price <steve@FreeBSD.org> | 1998-10-05 03:13:41 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-10-05 03:13:41 +0000 |
commit | f71aebd7a629ab3d42772703dabaa2994b9cabfb (patch) | |
tree | d296052100f908858a6d7ff41dae09101a49228c /graphics/xli/Makefile | |
parent | 8e66dd0b900dbc3510bd83422e3c84992c348da0 (diff) | |
download | ports-f71aebd7a629ab3d42772703dabaa2994b9cabfb.tar.gz ports-f71aebd7a629ab3d42772703dabaa2994b9cabfb.zip |
Notes
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> |