diff options
author | Steve Price <steve@FreeBSD.org> | 1998-12-23 23:10:01 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-12-23 23:10:01 +0000 |
commit | 027190ba37fcba76069789d4d3e9fa7c4d3648fa (patch) | |
tree | 5aa2dbe1edd5bc363c364d65864fd31b5def07f7 /www/tidy | |
parent | 524a3b3ff1dcd933e0c35007880e5de1adb096ae (diff) | |
download | ports-027190ba37fcba76069789d4d3e9fa7c4d3648fa.tar.gz ports-027190ba37fcba76069789d4d3e9fa7c4d3648fa.zip |
Update maintainer's Email address and fix build for -current.
PR: 9182
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=15548
Diffstat (limited to 'www/tidy')
-rw-r--r-- | www/tidy/Makefile | 4 | ||||
-rw-r--r-- | www/tidy/files/patch-ab | 10 |
2 files changed, 12 insertions, 2 deletions
diff --git a/www/tidy/Makefile b/www/tidy/Makefile index aec9f449bda5..69ac3af51108 100644 --- a/www/tidy/Makefile +++ b/www/tidy/Makefile @@ -3,7 +3,7 @@ # Date created: 27 Oct 1998 # Whom: Abel Chow <achow@transoft.net> # -# $Id: Makefile,v 1.2 1998/11/10 01:33:44 steve Exp $ +# $Id: Makefile,v 1.3 1998/12/20 22:29:52 nik Exp $ # DISTNAME= tidy17dec98 @@ -11,7 +11,7 @@ PKGNAME= tidy-0.1.98.12 CATEGORIES= www MASTER_SITES= http://www.w3.org/People/Raggett/ -MAINTAINER= saken@rmta.ml.org +MAINTAINER= saken@budoir.net ALL_TARGET= tidy WRKSRC= ${WRKDIR}/tidy17dec98 diff --git a/www/tidy/files/patch-ab b/www/tidy/files/patch-ab new file mode 100644 index 000000000000..cda079ba01e9 --- /dev/null +++ b/www/tidy/files/patch-ab @@ -0,0 +1,10 @@ +--- platform.h.orig Thu Dec 17 11:20:40 1998 ++++ platform.h Wed Dec 23 17:04:27 1998 +@@ -4,6 +4,7 @@ + See tidy.c for the copyright notice. + */ + ++#include <sys/types.h> + #include <stdio.h> + #include <stdlib.h> + #include <string.h> |