1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

Update to 030208.

PR:		48286
Submitted by:	maintainer
This commit is contained in:
Mark Pulford 2003-02-16 07:13:16 +00:00
parent 38d1617d85
commit dfd08df972
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=75640
3 changed files with 9 additions and 14 deletions

View File

@ -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/

View File

@ -1,2 +1,2 @@
MD5 (tidy_src_030205.tgz) = 3b1fae60e199e548ee0f2d33c9b0a3dd
MD5 (tidy_src_030208.tgz) = 9b92b57829c2feb6c92ede60944fee4e
MD5 (tidy_docs_021222.tgz) = 515f04f80b3a6e18d4d094bcca0ed155

View File

@ -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..