diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2004-02-07 12:11:01 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2004-02-07 12:11:01 +0000 |
commit | 846c054cbdb4e8b03004707a3deb1f2ddef749ab (patch) | |
tree | 8ae881e02c513beb450877977cc94bf8ffb11ac1 /www/yaws/Makefile | |
parent | fix a small typo in post-patch (diff) |
Upgrade to 1.41 and USE_SIZE.
Notes
Notes:
svn path=/head/; revision=100237
Diffstat (limited to 'www/yaws/Makefile')
-rw-r--r-- | www/yaws/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/yaws/Makefile b/www/yaws/Makefile index da8c26cc89b1..c65f23e22a8c 100644 --- a/www/yaws/Makefile +++ b/www/yaws/Makefile @@ -6,8 +6,7 @@ # PORTNAME= yaws -PORTVERSION= 1.40 -PORTREVISION= 1 +PORTVERSION= 1.41 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= erlyaws @@ -21,6 +20,7 @@ RUN_DEPENDS= erl:${PORTSDIR}/lang/erlang HAS_CONFIGURE= yes USE_GMAKE= yes USE_REINPLACE= yes +USE_SIZE= yes MAN1= yaws.1 MAN5= yaws.conf.5 yaws_api.5 |