diff options
author | Mark Pulford <markp@FreeBSD.org> | 2003-02-16 07:13:16 +0000 |
---|---|---|
committer | Mark Pulford <markp@FreeBSD.org> | 2003-02-16 07:13:16 +0000 |
commit | dfd08df972a7690838138e6912e95a347f6608d9 (patch) | |
tree | d7ae6007e03c9c2f5d2f48a94fbd3e98c5c86122 /www/tidy-devel/files/patch-Makefile | |
parent | Add db41-nocrypto(4.1.25), no crypto the Berkeley DB package. (diff) |
Update to 030208.
PR: 48286
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=75640
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.. |