Fake; /usr/local

This commit is contained in:
jasoni 2000-03-13 08:42:52 +00:00
parent 7d7bd4fd65
commit d4e5434214
2 changed files with 11 additions and 15 deletions

View File

@ -1,34 +1,30 @@
# $OpenBSD: Makefile,v 1.8 2000/02/22 22:44:27 jasoni Exp $
# $OpenBSD: Makefile,v 1.9 2000/03/13 08:42:52 jasoni Exp $
# $FreeBSD Id: Makefile,v 1.2 1999/06/28 02:22:43 billf Exp $
#
DISTNAME= xfstt-1.1
CATEGORIES= x11
NEED_VERSION= 1.223
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= X11/fonts
MAINTAINER= jasoni@openbsd.org
LICENSE_TYPE= GPL
PERMIT_PACKAGE_CDROM= YES
PERMIT_PACKAGE_FTP= YES
PERMIT_DISTFILES_CDROM= YES
PERMIT_DISTFILES_FTP= YES
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
USE_X11= Yes
FAKE= Yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/xfstt ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/xfstt.1x ${PREFIX}/man/man1/xfstt.1
post-install:
strip ${PREFIX}/bin/xfstt
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/xfstt
${INSTALL_DATA} ${WRKSRC}/FAQ ${PREFIX}/share/doc/xfstt
${INSTALL_DATA} ${WRKSRC}/CHANGES ${PREFIX}/share/doc/xfstt
${INSTALL_DATA} ${WRKSRC}/INSTALL ${PREFIX}/share/doc/xfstt
${INSTALL_DATA} ${WRKSRC}/THANKS.txt ${PREFIX}/share/doc/xfstt
${INSTALL_DATA} ${FILESDIR}/README.OpenBSD ${PREFIX}/share/doc/xfstt
@${SH} ${PKGDIR}/INSTALL ${DISTNAME} POST-INSTALL
.include <bsd.port.mk>

View File

@ -1,5 +1,5 @@
#! /bin/sh
# $OpenBSD: INSTALL,v 1.3 2000/01/30 00:07:39 jasoni Exp $
# $OpenBSD: INSTALL,v 1.4 2000/03/13 08:42:53 jasoni Exp $
#
# Pre/port-installation setup of xfstt
@ -18,8 +18,8 @@ do_notice()
To start the TrueType font server for X11 at boot time, put
the following in /etc/rc.local:
if [ -x /usr/X11R6/bin/xfstt ]; then
echo -n ' xfstt'; /usr/X11R6/bin/xfstt &
if [ -x /usr/local/bin/xfstt ]; then
echo -n ' xfstt'; /usr/local/bin/xfstt &
fi
You should also add the following to your FontPath in /etc/XF86Config:
@ -29,7 +29,7 @@ You should also add the following to your FontPath in /etc/XF86Config:
Note that previous versions used unix/:7100.
TrueType fonts should be placed in /usr/X11R6/lib/X11/fonts/TrueType.
Additional documentation can be found in /usr/X11R6/share/doc/xfstt.
Additional documentation can be found in /usr/local/share/doc/xfstt.
***
END