diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-07-06 09:07:43 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-07-06 09:07:43 +0800 |
commit | 9a817b547fe90e537c56827404d82900039439f0 (patch) | |
tree | d23e4fd9477136698f8f524135de50910802c46e /www/tidy/Makefile | |
parent | 5d0e858d642e3215a988438f36a2e3b4522a116e (diff) | |
download | freebsd-ports-gnome-9a817b547fe90e537c56827404d82900039439f0.tar.gz freebsd-ports-gnome-9a817b547fe90e537c56827404d82900039439f0.tar.zst freebsd-ports-gnome-9a817b547fe90e537c56827404d82900039439f0.zip |
Update to tidy2july99
PR: 12525
Submitted by: maintainer
Diffstat (limited to 'www/tidy/Makefile')
-rw-r--r-- | www/tidy/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/www/tidy/Makefile b/www/tidy/Makefile index 5e378547bf26..203241793396 100644 --- a/www/tidy/Makefile +++ b/www/tidy/Makefile @@ -1,19 +1,20 @@ # New ports collection makefile for: tidy -# Version required: 0.1.98.9 +# Version required: 0.7.99.1 # Date created: 27 Oct 1998 # Whom: Abel Chow <achow@transoft.net> # -# $Id: Makefile,v 1.6 1999/02/22 04:37:23 steve Exp $ +# $Id: Makefile,v 1.7 1999/04/26 07:24:09 mharo Exp $ # -DISTNAME= tidy15apr99 -PKGNAME= tidy-0.4.99.2 +DISTNAME= tidy2jul99 +PKGNAME= tidy-0.7.99.1 CATEGORIES= www MASTER_SITES= http://www.w3.org/People/Raggett/ EXTRACT_SUFX= .tgz MAINTAINER= saken@hotel.rmta.org +WRKSRC= ${WRKDIR}/tidy ALL_TARGET= tidy DOCFILES= Overview.html tidy.gif release-notes.html grid.gif config.txt |