diff options
author | Johan van Selst <johans@FreeBSD.org> | 2011-07-18 08:45:55 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2011-07-18 08:45:55 +0000 |
commit | ce93c8c1776b06cc41a9db9c2f6e593c77d578fd (patch) | |
tree | f1fb5bde4a89b148b163b08e0e15cda78c2175ff /security/nettle | |
parent | 17f544534eb424175cd6d3d269aeee2e38afa860 (diff) | |
download | ports-ce93c8c1776b06cc41a9db9c2f6e593c77d578fd.tar.gz ports-ce93c8c1776b06cc41a9db9c2f6e593c77d578fd.zip |
Notes
Diffstat (limited to 'security/nettle')
-rw-r--r-- | security/nettle/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/security/nettle/Makefile b/security/nettle/Makefile index 3d765d802336..3c3adec8842e 100644 --- a/security/nettle/Makefile +++ b/security/nettle/Makefile @@ -1,5 +1,4 @@ # ex:ts=8 -# ex:ts=8 # New ports collection makefile for: nettle # Date created: Dec 6, 2001 # Whom: ijliao @@ -10,8 +9,10 @@ PORTNAME= nettle PORTVERSION= 2.2 CATEGORIES= security -MASTER_SITES= http://www.lysator.liu.se/~nisse/archive/ \ - ftp://ftp.lysator.liu.se/pub/security/lsh/ +MASTER_SITES= ${MASTER_SITE_GNU} \ + http://www.lysator.liu.se/~nisse/archive/:liu \ + ftp://ftp.lysator.liu.se/pub/security/lsh/:liu +MASTER_SITE_SUBDIR= ${PORTNAME}/:DEFAULT MAINTAINER= johans@FreeBSD.org COMMENT= A low-level cryptographic library |