1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00

portlint.

This commit is contained in:
Satoshi Asami 1999-02-01 22:16:12 +00:00
parent c1540b6c7e
commit 1e807174e0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=16470
2 changed files with 6 additions and 7 deletions

View File

@ -3,16 +3,16 @@
# Date created: 2 October 1994
# Whom: jmz
#
# $Id: Makefile,v 1.12 1997/05/21 13:31:21 jmz Exp $
# $Id: Makefile,v 1.13 1999/01/29 02:34:08 jmz Exp $
#
DISTNAME= texinfo
PKGNAME= texinfo-2.218
DISTFILES= texinfo.tex lcircle10.tfm
CATEGORIES= print
#other equivalent sites: ftp.shsu.edu ftp.dante.de
MASTER_SITES= ftp://ftp.tex.ac.uk/tex-archive/macros/eplain/doc/ \
ftp://ftp.tex.ac.uk/tex-archive/fonts/latex/tfm/
DISTFILES= texinfo.tex lcircle10.tfm
MAINTAINER= jmz@FreeBSD.org
@ -26,16 +26,16 @@ pre-configure:
@${CP} ${DISTDIR}/texinfo.tex ${DISTDIR}/lcircle10.tfm ${WRKDIR}
@chmod +w ${WRKDIR}/*
do-build:
do-build:
@(cd ${WRKDIR}; initex '&tex texinfo @dump')
do-install:
do-install:
@${INSTALL_DATA} ${WRKDIR}/texinfo.fmt \
${PREFIX}/share/texmf/web2c/
@if [ ! -f ${PREFIX}/share/texmf/fonts/tfm/lcircle10.tfm ]; then \
${INSTALL_DATA} ${WRKDIR}/lcircle10.tfm \
${PREFIX}/share/texmf/fonts/tfm/;\
fi
@(cd ${PREFIX}/bin/; rm -f texinfo; ln -s virtex texinfo)
@(cd ${PREFIX}/bin/; ${RM} -f texinfo; ln -s virtex texinfo)
.include <bsd.port.mk>

View File

@ -3,7 +3,7 @@
# Date created: 14 March 97
# Whom: Lars Koeller <Lars.Koeller@Uni-Bielefeld.DE>
#
# $Id: Makefile,v 1.20 1998/10/23 16:47:00 fenner Exp $
# $Id: Makefile,v 1.21 1998/11/21 07:27:41 steve Exp $
#
DISTNAME= xperfmon++
@ -13,7 +13,6 @@ CATEGORIES= sysutils
MASTER_SITES= ftp://ftp.uni-bielefeld.de/pub/systems/FreeBSD/lkoeller/ \
ftp://ftp.u-aizu.ac.jp/pub/misc/tools/xperfmon/ \
ftp://ftp.ibank.ru/pub/unix_src/benchmarks/
DISTFILES= xperfmon++v1.1.tar.Z
MAINTAINER= Lars.Koeller@Uni-Bielefeld.DE