diff options
author | asami <asami@FreeBSD.org> | 1998-11-28 08:14:29 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-11-28 08:14:29 +0800 |
commit | e5c6066e2c41b7257f3b884f3b0f62819e0940c7 (patch) | |
tree | 8621518318da79a146fde3ffc64d62828f6c577a /graphics | |
parent | e12233c2823574483ae81100a64d0860b36017bc (diff) | |
download | freebsd-ports-gnome-e5c6066e2c41b7257f3b884f3b0f62819e0940c7.tar.gz freebsd-ports-gnome-e5c6066e2c41b7257f3b884f3b0f62819e0940c7.tar.zst freebsd-ports-gnome-e5c6066e2c41b7257f3b884f3b0f62819e0940c7.zip |
Unbreak by fixing manpage variables.
PR: 8869
Submitted by: zach@gaffaneys.com
Diffstat (limited to 'graphics')
-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 |