diff options
author | asami <asami@FreeBSD.org> | 1999-02-02 06:16:12 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1999-02-02 06:16:12 +0800 |
commit | 34fe395f3f40ceb516f3b3a19e2251229f69f160 (patch) | |
tree | d7f2e1721b6a12c50d12ca7afbd1c65982c00698 | |
parent | 17ce7f3d41856770b20ac27fbc30666bbbcc7577 (diff) | |
download | freebsd-ports-gnome-34fe395f3f40ceb516f3b3a19e2251229f69f160.tar.gz freebsd-ports-gnome-34fe395f3f40ceb516f3b3a19e2251229f69f160.tar.zst freebsd-ports-gnome-34fe395f3f40ceb516f3b3a19e2251229f69f160.zip |
portlint.
-rw-r--r-- | print/texinfo/Makefile | 10 | ||||
-rw-r--r-- | sysutils/xperfmon3/Makefile | 3 |
2 files changed, 6 insertions, 7 deletions
diff --git a/print/texinfo/Makefile b/print/texinfo/Makefile index b1ff3075aa02..7b0ad952c731 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 16f68c55992e..03b5677956a6 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 |