diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-04-28 02:46:59 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-04-28 02:46:59 +0000 |
commit | 1c25bd78a2190c949f0b23736d40de66c593927e (patch) | |
tree | 7062d2db38a67878d9a1f18a05e0a1952833e384 /www/mod_webkit | |
parent | aa540f429d05785e5f41f378ad18a5c30675b812 (diff) | |
download | ports-1c25bd78a2190c949f0b23736d40de66c593927e.tar.gz ports-1c25bd78a2190c949f0b23736d40de66c593927e.zip |
Notes
Diffstat (limited to 'www/mod_webkit')
-rw-r--r-- | www/mod_webkit/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/mod_webkit/Makefile b/www/mod_webkit/Makefile index cd4718655aae..83da21639784 100644 --- a/www/mod_webkit/Makefile +++ b/www/mod_webkit/Makefile @@ -6,7 +6,7 @@ # PORTNAME= mod_webkit -PORTVERSION= 0.9 +PORTVERSION= 0.9.1 CATEGORIES= www MASTER_SITES= # none DISTFILES= # none @@ -17,7 +17,6 @@ COMMENT= A apache module for WebWare WebKit AppServer PATCH_DEPENDS= ${NONEXISTENT}:${WEBWARE_PORT}:extract USE_APACHE= 13 -USE_REINPLACE= yes WEBWARE_PORT= ${PORTSDIR}/www/py-webware WRKSRC= ${WRKDIR}/../../../www/py-webware/work/Webware-${PORTVERSION}/WebKit/Adapters/${PORTNAME} |