freebsd-ports/graphics/xli/Makefile
Satoshi Asami 4a9443879e 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?
1998-10-26 07:26:18 +00:00

26 lines
458 B
Makefile

# New ports collection makefile for: xli
# Version required: 1.16
# Date created: 24 November 1994
# Whom: asami
#
# $Id: Makefile,v 1.9 1998/10/21 05:13:30 jkoshy Exp $
#
DISTNAME= xli.1.16
PKGNAME= xli-1.16
CATEGORIES= graphics x11
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= applications
MAINTAINER= jkoshy@FreeBSD.ORG
BROKEN= manpages
USE_IMAKE= yes
MANN= xli.n xlito.n
MANCOMPRESSED= no
NO_WRKSUBDIR= yes
.include <bsd.port.mk>