diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 19:11:51 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 19:11:51 +0000 |
commit | a84c115a09e00e14810cb1deb7bf4637a33ad313 (patch) | |
tree | 97c04ac5ad39d0af4b856d37b17a5a074d6adbc6 /www/volta | |
parent | aa63c219bc3e4ef1b783a2b3c14615ecde12089a (diff) | |
download | ports-a84c115a09e00e14810cb1deb7bf4637a33ad313.tar.gz ports-a84c115a09e00e14810cb1deb7bf4637a33ad313.zip |
Notes
Diffstat (limited to 'www/volta')
-rw-r--r-- | www/volta/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/volta/Makefile b/www/volta/Makefile index 3ff64d3fd576..bd20fc794c23 100644 --- a/www/volta/Makefile +++ b/www/volta/Makefile @@ -7,7 +7,6 @@ PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://dl.dropbox.com/u/7234177/Releases/ \ http://projects.martini.nu/volta/chrome/site/ -EXTRACT_SUFX= .tgz MAINTAINER= mahlon@martini.nu COMMENT= High performance, low resource URI rewriter for Squid @@ -16,7 +15,7 @@ LICENSE= BSD3CLAUSE LIB_DEPENDS= libcdb.so:${PORTSDIR}/databases/tinycdb -USES= gmake pkgconfig lua +USES= gmake pkgconfig lua tar:tgz ALL_TARGET= ${PORTNAME} NO_INSTALL= yes |