diff options
author | olgeni <olgeni@FreeBSD.org> | 2006-02-12 04:43:38 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2006-02-12 04:43:38 +0800 |
commit | bbd4b2d2e7437f5b341c9f923a8992a681379588 (patch) | |
tree | 89360c27edc5b5a054c3fe9926d0f691148b2bee /www/yaws/Makefile | |
parent | de23b898ba52d224a8876f477f5bcd69422dae9d (diff) | |
download | freebsd-ports-gnome-bbd4b2d2e7437f5b341c9f923a8992a681379588.tar.gz freebsd-ports-gnome-bbd4b2d2e7437f5b341c9f923a8992a681379588.tar.zst freebsd-ports-gnome-bbd4b2d2e7437f5b341c9f923a8992a681379588.zip |
Upgrade to version 1.58.
Diffstat (limited to 'www/yaws/Makefile')
-rw-r--r-- | www/yaws/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/www/yaws/Makefile b/www/yaws/Makefile index 1391020cfdff..589bb214b2cc 100644 --- a/www/yaws/Makefile +++ b/www/yaws/Makefile @@ -6,9 +6,10 @@ # PORTNAME= yaws -PORTVERSION= 1.57 +PORTVERSION= 1.58 CATEGORIES= www MASTER_SITES= http://yaws.hyber.org/download/ +DISTNAME= yaws-${PORTVERSION}pre MAINTAINER= olgeni@FreeBSD.org COMMENT= A webserver for dynamic content written in Erlang @@ -20,7 +21,7 @@ PLIST_SUB= VERSION="${PORTVERSION}" HAS_CONFIGURE= yes USE_GMAKE= yes -USE_REINPLACE= yes +WRKSRC= ${WRKDIR}/yaws-${PORTVERSION} MAN1= yaws.1 MAN5= yaws.conf.5 yaws_api.5 @@ -30,7 +31,7 @@ APPDIR=${PREFIX}/lib/erlang/lib/yaws-${PORTVERSION} .include <bsd.port.pre.mk> .if ${ARCH} != "i386" -BROKEN= "Does not compile on !i386" +BROKEN= Does not compile on !i386 .endif post-extract: |