diff options
Diffstat (limited to 'www/tidy-devel/files/patch-Makefile')
-rw-r--r-- | www/tidy-devel/files/patch-Makefile | 19 |
1 files changed, 7 insertions, 12 deletions
diff --git a/www/tidy-devel/files/patch-Makefile b/www/tidy-devel/files/patch-Makefile index daf9dbf84481..604ad9e4c6fa 100644 --- a/www/tidy-devel/files/patch-Makefile +++ b/www/tidy-devel/files/patch-Makefile @@ -1,22 +1,17 @@ ---- Makefile.orig Sat Dec 14 08:57:02 2002 -+++ Makefile Sun Dec 29 22:35:20 2002 -@@ -56,12 +56,12 @@ - SHELL=/bin/sh +--- Makefile.orig Sun Feb 9 08:57:03 2003 ++++ Makefile Thu Feb 13 21:34:14 2003 +@@ -58,8 +58,8 @@ + PROJECT=tidy # Installation variables. Spaces OK, only dir create and file copy operations. --runinst_prefix=/usr --devinst_prefix=/usr +-runinst_prefix=/usr/local +-devinst_prefix=/usr/local +runinst_prefix=${PREFIX} +devinst_prefix=${PREFIX} bininst = ${runinst_prefix}/bin libinst = ${devinst_prefix}/lib --incinst = ${devinst_prefix}/include -+incinst = ${devinst_prefix}/include/tidy - maninst = ${devinst_prefix}/man - - # Internal variables. - No spaces allowed: libtool chokes on spaces in directory names. -@@ -74,8 +74,9 @@ +@@ -76,8 +76,9 @@ BINDIR = ${TOPDIR}/bin # CFLAGS etc.. |