summaryrefslogtreecommitdiff
path: root/math/eukleides
diff options
context:
space:
mode:
authorseb <seb@pkgsrc.org>2003-05-06 23:19:17 +0000
committerseb <seb@pkgsrc.org>2003-05-06 23:19:17 +0000
commit7582674243e74e4ccb543f0e95b0f2ee83e5b53a (patch)
tree991d8fab38b75b172141c9aeeb1dd05a633353eb /math/eukleides
parente888d5a5ed540b190901ccbbe36f020a6046eee0 (diff)
downloadpkgsrc-7582674243e74e4ccb543f0e95b0f2ee83e5b53a.tar.gz
Use texinfo.mk.
Fix info files handling in Makefile and PLIST.
Diffstat (limited to 'math/eukleides')
-rw-r--r--math/eukleides/Makefile3
-rw-r--r--math/eukleides/PLIST6
-rw-r--r--math/eukleides/distinfo4
-rw-r--r--math/eukleides/patches/patch-aa24
4 files changed, 28 insertions, 9 deletions
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 :