From 7de1182c049586d230c27a7998feac1a70f3a3c1 Mon Sep 17 00:00:00 2001 From: seb Date: Tue, 6 May 2003 23:19:17 +0000 Subject: Use texinfo.mk. Fix info files handling in Makefile and PLIST. --- math/eukleides/Makefile | 3 ++- math/eukleides/PLIST | 6 +++--- math/eukleides/distinfo | 4 ++-- math/eukleides/patches/patch-aa | 24 +++++++++++++++++++++--- 4 files changed, 28 insertions(+), 9 deletions(-) (limited to 'math') diff --git a/math/eukleides/Makefile b/math/eukleides/Makefile index 3007a16a0e2..bd3665a9e52 100644 --- a/math/eukleides/Makefile +++ b/math/eukleides/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/12/07 17:59:25 cjep Exp $ +# $NetBSD: Makefile,v 1.2 2003/05/06 23:19:17 seb Exp $ # FreeBSD Id: ports/math/eukleides/Makefile,v 1.1 2002/06/04 18:40:20 ijliao Exp DISTNAME= eukleides.0.9.0 @@ -16,4 +16,5 @@ DEPENDS+= pstoedit>=3.31:../../graphics/pstoedit ALL_TARGET= eukleides USE_GMAKE= yes +.include "../../mk/texinfo.mk" .include "../../mk/bsd.pkg.mk" diff --git a/math/eukleides/PLIST b/math/eukleides/PLIST index dcb2452e78e..214a724fcfe 100644 --- a/math/eukleides/PLIST +++ b/math/eukleides/PLIST @@ -1,10 +1,10 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2002/12/07 17:59:25 cjep Exp $ +@comment $NetBSD: PLIST,v 1.2 2003/05/06 23:19:17 seb Exp $ bin/eukleides bin/euk2eps bin/euk2edit -@unexec install-info --delete %D/info/eukleides.info %D/info/dir +@unexec ${INSTALL_INFO} --delete %D/info/eukleides.info %D/info/dir info/eukleides.info -@exec install-info %D/info/eukleides.info %D/info/dir +@exec ${INSTALL_INFO} %D/info/eukleides.info %D/info/dir man/man1/euk2edit.1 man/man1/euk2eps.1 man/man1/eukleides.1 diff --git a/math/eukleides/distinfo b/math/eukleides/distinfo index 61689f87946..93921d3c6d5 100644 --- a/math/eukleides/distinfo +++ b/math/eukleides/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2002/12/07 17:59:25 cjep Exp $ +$NetBSD: distinfo,v 1.2 2003/05/06 23:19:17 seb Exp $ SHA1 (eukleides.0.9.0.tar.gz) = e3fcd5972e29781a77c6dd9e6cefd60e0ec76c3c Size (eukleides.0.9.0.tar.gz) = 42752 bytes -SHA1 (patch-aa) = 46e278b41142b244aad2686071b1f2a12e84e5a0 +SHA1 (patch-aa) = 998df63136a4a040103f33306f6494f5c6333784 diff --git a/math/eukleides/patches/patch-aa b/math/eukleides/patches/patch-aa index 3b2d7998941..6ec88c9b470 100644 --- a/math/eukleides/patches/patch-aa +++ b/math/eukleides/patches/patch-aa @@ -1,7 +1,7 @@ -$NetBSD: patch-aa,v 1.1.1.1 2002/12/07 17:59:25 cjep Exp $ +$NetBSD: patch-aa,v 1.2 2003/05/06 23:19:17 seb Exp $ ---- Makefile.orig Wed Jun 5 01:38:47 2002 -+++ Makefile Wed Jun 5 01:41:39 2002 +--- Makefile.orig 2002-03-11 13:41:32.000000000 +0000 ++++ Makefile @@ -1,14 +1,14 @@ # Eukleides 0.9.0 makefile # Copyright (c) Christian Obrecht 2000-2002 @@ -22,3 +22,21 @@ $NetBSD: patch-aa,v 1.1.1.1 2002/12/07 17:59:25 cjep Exp $ PAPER = --texinfo=@afourpaper DOC = eukleides.info eukleides.dvi eukleides.ps +@@ -30,7 +30,7 @@ man : eukleides.man + ln -fs $(MAN)eukleides.1 $(MAN)euk2edit.1 + + info : eukleides.texi +- makeinfo $< ++ ${MAKEINFO} $< + + dvi : eukleides.texi + cp $< tmp.texi ; \ +@@ -48,7 +48,7 @@ install : eukleides man info + cp -f euk2eps $(BIN)euk2eps ; \ + chmod +x euk2edit ; \ + cp -f euk2edit $(BIN)euk2edit ; \ +- install-info eukleides.info $(INFO)dir ; \ ++ ${INSTALL_INFO} eukleides.info $(INFO)dir ; \ + cp -f eukleides.info $(INFO)eukleides.info + + uninstall : -- cgit v1.2.3