diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2008-03-27 19:27:34 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2008-03-27 19:27:34 +0000 |
commit | 666ea03b52924fa5089708a0d584b1623fde36d7 (patch) | |
tree | 811f76c652f5f94d5dcf12487eb5a072328e4d7f /security/tthsum | |
parent | 27f051e196ae160f0c7283ec823166942cf5e713 (diff) |
Use MASTER_SITE_CRITICAL
Notes
Notes:
svn path=/head/; revision=209964
Diffstat (limited to 'security/tthsum')
-rw-r--r-- | security/tthsum/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/security/tthsum/Makefile b/security/tthsum/Makefile index 8f041348ff17..57b5f08f4c8a 100644 --- a/security/tthsum/Makefile +++ b/security/tthsum/Makefile @@ -8,10 +8,7 @@ PORTNAME= tthsum PORTVERSION= 1.1.0 CATEGORIES= security -MASTER_SITES= http://critical.ch/distfiles/ \ - http://energy.critical.ch/distfiles/ \ - ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= ehaupt +MASTER_SITES= CRITICAL MAINTAINER= ehaupt@FreeBSD.org COMMENT= A command-line utility for generating and checking TTH message digests |