diff options
author | miwi <miwi@FreeBSD.org> | 2008-11-26 02:12:51 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-11-26 02:12:51 +0800 |
commit | df542c73699eb97d6c80ed69bcf9e775abbae461 (patch) | |
tree | ee4fcd293aa177609f9a590c55e640b28de767c2 /security/tor/Makefile | |
parent | 4a40f4cc2d0b092b699e79a42324d6df5e2fa8d4 (diff) | |
download | freebsd-ports-gnome-df542c73699eb97d6c80ed69bcf9e775abbae461.tar.gz freebsd-ports-gnome-df542c73699eb97d6c80ed69bcf9e775abbae461.tar.zst freebsd-ports-gnome-df542c73699eb97d6c80ed69bcf9e775abbae461.zip |
- Fix rc script (remove --Group flag)
Request by: many
Diffstat (limited to 'security/tor/Makefile')
-rw-r--r-- | security/tor/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/tor/Makefile b/security/tor/Makefile index 1a3199c85ecd..e3ca033619eb 100644 --- a/security/tor/Makefile +++ b/security/tor/Makefile @@ -7,6 +7,7 @@ PORTNAME= tor DISTVERSION= 0.2.0.32 +PORTREVISION= 1 CATEGORIES= security net MASTER_SITES= http://www.torproject.org/dist/ \ http://tor.cypherpunks.at/dist/ \ |