summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--print/texinfo/Makefile10
-rw-r--r--sysutils/xperfmon3/Makefile3
2 files changed, 6 insertions, 7 deletions
diff --git a/print/texinfo/Makefile b/print/texinfo/Makefile
index b1ff307..7b0ad95 100644
--- a/print/texinfo/Makefile
+++ b/print/texinfo/Makefile
@@ -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>
diff --git a/sysutils/xperfmon3/Makefile b/sysutils/xperfmon3/Makefile
index 16f68c5..03b5677 100644
--- a/sysutils/xperfmon3/Makefile
+++ b/sysutils/xperfmon3/Makefile
@@ -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
OpenPOWER on IntegriCloud