View | Details | Raw Unified | Return to bug 48286
Collapse All | Expand All

(-)www/tidy-devel.orig/Makefile (-1 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	tidy
8
PORTNAME=	tidy
9
PORTVERSION=	030208
9
PORTVERSION=	030205
10
CATEGORIES=	www
10
CATEGORIES=	www
11
MASTER_SITES=	http://tidy.sourceforge.net/src/%SUBDIR%/	\
11
MASTER_SITES=	http://tidy.sourceforge.net/src/%SUBDIR%/	\
12
		http://tidy.sourceforge.net/docs/
12
		http://tidy.sourceforge.net/docs/
(-)www/tidy-devel.orig/distinfo (-1 / +1 lines)
Lines 1-2 Link Here
1
MD5 (tidy_src_030208.tgz) = 9b92b57829c2feb6c92ede60944fee4e
1
MD5 (tidy_src_030205.tgz) = 3b1fae60e199e548ee0f2d33c9b0a3dd
2
MD5 (tidy_docs_021222.tgz) = 515f04f80b3a6e18d4d094bcca0ed155
2
MD5 (tidy_docs_021222.tgz) = 515f04f80b3a6e18d4d094bcca0ed155
(-)www/tidy-devel.orig/files/patch-Makefile (-7 / +12 lines)
Lines 1-17 Link Here
1
--- Makefile.orig	Sun Feb  9 08:57:03 2003
1
--- Makefile.orig	Sat Dec 14 08:57:02 2002
2
+++ Makefile	Thu Feb 13 21:34:14 2003
2
+++ Makefile	Sun Dec 29 22:35:20 2002
3
@@ -58,8 +58,8 @@
3
@@ -56,12 +56,12 @@
4
 PROJECT=tidy
4
 SHELL=/bin/sh
5
 
5
 
6
 # Installation variables.  Spaces OK, only dir create and file copy operations.
6
 # Installation variables.  Spaces OK, only dir create and file copy operations.
7
-runinst_prefix=/usr/local
7
-runinst_prefix=/usr
8
-devinst_prefix=/usr/local
8
-devinst_prefix=/usr
9
+runinst_prefix=${PREFIX}
9
+runinst_prefix=${PREFIX}
10
+devinst_prefix=${PREFIX}
10
+devinst_prefix=${PREFIX}
11
 
11
 
12
 bininst = ${runinst_prefix}/bin
12
 bininst = ${runinst_prefix}/bin
13
 libinst = ${devinst_prefix}/lib
13
 libinst = ${devinst_prefix}/lib
14
@@ -76,8 +76,9 @@
14
-incinst = ${devinst_prefix}/include
15
+incinst = ${devinst_prefix}/include/tidy
16
 maninst = ${devinst_prefix}/man
17
 
18
 # Internal variables. - No spaces allowed: libtool chokes on spaces in directory names.
19
@@ -74,8 +74,9 @@
15
 BINDIR = ${TOPDIR}/bin
20
 BINDIR = ${TOPDIR}/bin
16
 
21
 
17
 # CFLAGS etc..
22
 # CFLAGS etc..

Return to bug 48286