diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-02-13 03:21:59 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-02-13 03:21:59 +0000 |
commit | 67c0d2c9345999e491b94e18d2cabd27a57c36da (patch) | |
tree | c18cce2ee91bd9132cad46fb67816c3a96aa19ad /www/frontpage/Makefile | |
parent | Update to 373 (diff) |
- Fix finding the DocumentRoot value in script since it is in quotes
- Bump PORTREVISION
PR: 34890
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=54636
Diffstat (limited to 'www/frontpage/Makefile')
-rw-r--r-- | www/frontpage/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/frontpage/Makefile b/www/frontpage/Makefile index 6e486cad3a18..c6f71fb98246 100644 --- a/www/frontpage/Makefile +++ b/www/frontpage/Makefile @@ -7,6 +7,7 @@ PORTNAME= frontpage PORTVERSION= 5.0.2.2623 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= ftp://ftp.microsoft.com/products/frontpage/ \ ftp://www.westbend.net/Mirrors/ftp.microsoft.com/Products/frontpage/ |