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 | |
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')
-rw-r--r-- | www/tidy-devel/Makefile | 2 | ||||
-rw-r--r-- | www/tidy-devel/distinfo | 2 | ||||
-rw-r--r-- | www/tidy-devel/files/patch-Makefile | 19 |
3 files changed, 9 insertions, 14 deletions
diff --git a/www/tidy-devel/Makefile b/www/tidy-devel/Makefile index 0718d8f4caa6..51ad5d34473a 100644 --- a/www/tidy-devel/Makefile +++ b/www/tidy-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= tidy -PORTVERSION= 030205 +PORTVERSION= 030208 CATEGORIES= www MASTER_SITES= http://tidy.sourceforge.net/src/%SUBDIR%/ \ http://tidy.sourceforge.net/docs/ diff --git a/www/tidy-devel/distinfo b/www/tidy-devel/distinfo index c4a894a95ac9..4f3ce6595a11 100644 --- a/www/tidy-devel/distinfo +++ b/www/tidy-devel/distinfo @@ -1,2 +1,2 @@ -MD5 (tidy_src_030205.tgz) = 3b1fae60e199e548ee0f2d33c9b0a3dd +MD5 (tidy_src_030208.tgz) = 9b92b57829c2feb6c92ede60944fee4e MD5 (tidy_docs_021222.tgz) = 515f04f80b3a6e18d4d094bcca0ed155 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.. |