diff options
author | Stefan Walter <stefan@FreeBSD.org> | 2011-09-01 13:11:46 +0000 |
---|---|---|
committer | Stefan Walter <stefan@FreeBSD.org> | 2011-09-01 13:11:46 +0000 |
commit | 34470f2ebe0ea0e03007b2399bd229ba13f27f99 (patch) | |
tree | f0ddb7aafee2e6f800b51b05bc6e33853cb6e12b /security/hmap/files/patch-hmap.py | |
parent | - Update to 0.043 (diff) |
- remove dead mirror
- install license with LICENSE knob
- use USE_PYTHON instead of RUN_DEPENDS
- use DOS2UNIX instead of homemade commands
- use DATADIR instead of share/hmap
- use COPYTREE_SHARE for copying group of files
- fix plist
- bump PORTREVISION because of plist changes
PR: 156693
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Approved by: maintainer timeout (>4 months)
Notes
Notes:
svn path=/head/; revision=280965
Diffstat (limited to '')
-rw-r--r-- | security/hmap/files/patch-hmap.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/hmap/files/patch-hmap.py b/security/hmap/files/patch-hmap.py index b3a59c5db139..b90df0c46bb3 100644 --- a/security/hmap/files/patch-hmap.py +++ b/security/hmap/files/patch-hmap.py @@ -5,7 +5,7 @@ known_servers = [] -for f in glob.glob('known.servers/*'): -+for f in glob.glob('PREFIX/share/hmap/*'): ++for f in glob.glob('DATADIR/*'): ksf = file(f) ks = eval(ksf.read()) known_servers.append(ks) |