summaryrefslogtreecommitdiff
path: root/devel/ptl/files/patch-Makefile
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2003-01-11 08:17:24 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2003-01-11 08:17:24 +0000
commita698c9b4998296126e1ae8af2fe0ce00e63e57b5 (patch)
treef27d0081e7dc469d012a01096043bff802f49981 /devel/ptl/files/patch-Makefile
parentupdated to version 0.6 (diff)
Update to 2.1.9. (Still 5.x is not supported yet)
Notes
Notes: svn path=/head/; revision=72876
Diffstat (limited to 'devel/ptl/files/patch-Makefile')
-rw-r--r--devel/ptl/files/patch-Makefile27
1 files changed, 0 insertions, 27 deletions
diff --git a/devel/ptl/files/patch-Makefile b/devel/ptl/files/patch-Makefile
deleted file mode 100644
index eab230613976..000000000000
--- a/devel/ptl/files/patch-Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
---- Makefile.orig Sat Sep 23 07:05:15 2000
-+++ Makefile Sun Apr 8 02:47:24 2001
-@@ -7,13 +7,13 @@
- #
-
- # Install directory
--prefix = /usr/local
-+prefix ?= /usr/local
- exec_prefix = $(prefix)
-
- # Directory to install ptlgcc
- dest_bindir = $(exec_prefix)/bin
- # Directory to install libPTL.a and libPTL.so
--dest_libdir = $(exec_prefix)/PTL/lib
-+dest_libdir = $(exec_prefix)/lib
- # Directory to install include files
- # This directory must NOT be /usr/local/include
- dest_includedir = $(exec_prefix)/PTL/include
-@@ -27,7 +27,7 @@
- # make distclean Cleanup PTL (A.*)
- #
-
--AUTOCONFBINDIR = /usr/local/bin
-+AUTOCONFBINDIR = $(exec_prefix)/bin
- ARCHPROG = ./Util/config.guess
- SHELL = /bin/sh
- # Exported variable CC will confuse configure script ...