summaryrefslogtreecommitdiff
path: root/math/eukleides
diff options
context:
space:
mode:
authorjlam <jlam>2006-04-05 23:01:15 +0000
committerjlam <jlam>2006-04-05 23:01:15 +0000
commit3f5d4958f493b68b95bf81cec2aee7b824fb7353 (patch)
tree4e07c14183f81fa76b20edb581fa96f647d4e8fe /math/eukleides
parentc58b431b470a16fadadf83692c86c79c46efa51e (diff)
downloadpkgsrc-3f5d4958f493b68b95bf81cec2aee7b824fb7353.tar.gz
List the info files directly in the PLIST and honor PKG{INFO,MAN}DIR.
Diffstat (limited to 'math/eukleides')
-rw-r--r--math/eukleides/Makefile9
-rw-r--r--math/eukleides/PLIST3
-rw-r--r--math/eukleides/distinfo3
-rw-r--r--math/eukleides/patches/patch-aa18
4 files changed, 10 insertions, 23 deletions
diff --git a/math/eukleides/Makefile b/math/eukleides/Makefile
index c81d9c36878..04072cbaa91 100644
--- a/math/eukleides/Makefile
+++ b/math/eukleides/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2006/04/05 22:35:50 jlam Exp $
+# $NetBSD: Makefile,v 1.13 2006/04/05 23:01:15 jlam Exp $
DISTNAME= eukleides.1.0.1
PKGNAME= eukleides-1.0.1
@@ -14,6 +14,11 @@ DEPENDS+= pstoedit>=3.31:../../graphics/pstoedit
BUILD_TARGET= eukleides
USE_TOOLS+= bison gmake makeinfo
-INFO_FILES= eukleides.info
+INFO_FILES= # PLIST
+
+INSTALL_MAKE_FLAGS= ${MAKE_FLAGS} \
+ BIN=${PREFIX:Q}/bin/ \
+ INFO=${PREFIX:Q}/${PKGINFODIR:Q}/ \
+ MAN=${PREFIX:Q}/${PKGMANDIR:Q}/man1/
.include "../../mk/bsd.pkg.mk"
diff --git a/math/eukleides/PLIST b/math/eukleides/PLIST
index 9f9c8c4f453..b94cb124699 100644
--- a/math/eukleides/PLIST
+++ b/math/eukleides/PLIST
@@ -1,7 +1,8 @@
-@comment $NetBSD: PLIST,v 1.5 2004/12/31 12:36:44 kristerw Exp $
+@comment $NetBSD: PLIST,v 1.6 2006/04/05 23:01:15 jlam Exp $
bin/euk2edit
bin/euk2eps
bin/eukleides
+info/eukleides.info
man/man1/euk2edit.1
man/man1/euk2eps.1
man/man1/eukleides.1
diff --git a/math/eukleides/distinfo b/math/eukleides/distinfo
index ebd80876087..39fe8df18d7 100644
--- a/math/eukleides/distinfo
+++ b/math/eukleides/distinfo
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.4 2005/02/23 12:06:54 agc Exp $
+$NetBSD: distinfo,v 1.5 2006/04/05 23:01:15 jlam Exp $
SHA1 (eukleides.1.0.1.tar.gz) = 6ece226caec7bb452daa86b5bef08c00bd046c37
RMD160 (eukleides.1.0.1.tar.gz) = 91c2092782a9cb969583ef35b0dc505a2b2559d6
Size (eukleides.1.0.1.tar.gz) = 50635 bytes
-SHA1 (patch-aa) = 5bae9eb5d1411ffddf5ea0a438e412ff3d89aab6
diff --git a/math/eukleides/patches/patch-aa b/math/eukleides/patches/patch-aa
deleted file mode 100644
index 627f1ddad6b..00000000000
--- a/math/eukleides/patches/patch-aa
+++ /dev/null
@@ -1,18 +0,0 @@
-$NetBSD: patch-aa,v 1.3 2004/12/31 12:36:44 kristerw Exp $
-
---- Makefile.orig 2004-09-20 12:28:49.000000000 +0000
-+++ Makefile
-@@ -6,10 +6,9 @@ CFLAGS = -c -O2
- OBJECTS = lex.yy.o parser.tab.o main.o geometry.o drawing.o
- LEX = flex
- YACC = bison -d
--PREFIX = /usr/local/
--BIN = $(PREFIX)bin/
--MAN = $(PREFIX)man/man1/
--INFO = $(PREFIX)info/
-+BIN = $(PREFIX)/bin/
-+MAN = $(PREFIX)/man/man1/
-+INFO = $(PREFIX)/info/
- PAPER = --texinfo=@afourpaper
- DOC = eukleides.info eukleides.dvi eukleides.ps
-