diff options
Diffstat (limited to 'security/nettle')
-rw-r--r-- | security/nettle/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/nettle/Makefile b/security/nettle/Makefile index 001df2f5cc7f..00649926328d 100644 --- a/security/nettle/Makefile +++ b/security/nettle/Makefile @@ -4,10 +4,9 @@ PORTNAME= nettle PORTVERSION= 2.7.1 CATEGORIES= security -MASTER_SITES= ${MASTER_SITE_GNU} \ +MASTER_SITES= 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= Low-level cryptographic library |