diff options
author | asami <asami@FreeBSD.org> | 1998-10-26 07:26:18 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-10-26 07:26:18 +0000 |
commit | fa2d2a3bb91232bac2e675d57a8de05c3644c5cf (patch) | |
tree | e260bfe72e54eedf603f7c1500cd3717c689d586 /graphics/xli/Makefile | |
parent | ea67983e79a05653424beb8340c74d13bd44dbdd (diff) | |
download | FreeBSD-ports-fa2d2a3bb91232bac2e675d57a8de05c3644c5cf.zip FreeBSD-ports-fa2d2a3bb91232bac2e675d57a8de05c3644c5cf.tar.gz |
Mark this broken:
=======
===> Installing for xli-1.16
===> xli-1.16 depends on shared library: X11.6 - found
/usr/bin/install -c -s xli /usr/X11R6/bin/xli
/usr/bin/install -c -s xlito /usr/X11R6/bin/xlito
rm -f /usr/X11R6/bin/xview /usr/X11R6/bin/xsetbg
ln -s /usr/X11R6/bin/xli /usr/X11R6/bin/xview
ln -s /usr/X11R6/bin/xli /usr/X11R6/bin/xsetbg
install in . done
rm -f /usr/X11R6/man/man1/xli.1*
/usr/bin/install -c -m 0444 xli.man /usr/X11R6/man/man1/xli.1
gzip -n /usr/X11R6/man/man1/xli.1
rm -f /usr/X11R6/man/man1/xlito.1*
/usr/bin/install -c -m 0444 xlito.man /usr/X11R6/man/man1/xlito.1
gzip -n /usr/X11R6/man/man1/xlito.1
install.man in . done
===> Generating temporary packing list
===> Compressing manual pages for xli-1.16
/usr/X11R6/man//mann/xli.n: No such file or directory
*** Error code 1
Stop.
=======
I don't understand what "manual page placement problem" you were trying
to fix here anyway. What was the problem exactly?
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 93958f1..efeb552 100644 --- a/graphics/xli/Makefile +++ b/graphics/xli/Makefile @@ -3,7 +3,7 @@ # Date created: 24 November 1994 # Whom: asami # -# $Id: Makefile,v 1.8 1998/10/05 03:13:39 steve Exp $ +# $Id: Makefile,v 1.9 1998/10/21 05:13:30 jkoshy Exp $ # DISTNAME= xli.1.16 @@ -14,6 +14,8 @@ MASTER_SITE_SUBDIR= applications MAINTAINER= jkoshy@FreeBSD.ORG +BROKEN= manpages + USE_IMAKE= yes MANN= xli.n xlito.n MANCOMPRESSED= no |