summaryrefslogtreecommitdiff
path: root/math/eukleides/patches
diff options
context:
space:
mode:
authorjlam <jlam>2006-04-05 23:01:15 +0000
committerjlam <jlam>2006-04-05 23:01:15 +0000
commite15d00e181a92b23d5723091db09d7ebec386544 (patch)
tree4e07c14183f81fa76b20edb581fa96f647d4e8fe /math/eukleides/patches
parent757da19bb6c411253bc774d689a79c092b3da8c2 (diff)
downloadpkgsrc-e15d00e181a92b23d5723091db09d7ebec386544.tar.gz
List the info files directly in the PLIST and honor PKG{INFO,MAN}DIR.
Diffstat (limited to 'math/eukleides/patches')
-rw-r--r--math/eukleides/patches/patch-aa18
1 files changed, 0 insertions, 18 deletions
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
-