diff options
author | johans <johans@FreeBSD.org> | 2011-07-18 16:45:55 +0800 |
---|---|---|
committer | johans <johans@FreeBSD.org> | 2011-07-18 16:45:55 +0800 |
commit | 0143685ad038689a748063a74b76ed338875aee8 (patch) | |
tree | 31985eed7b5cd5c99aad5f67811e9cf920634100 /security | |
parent | c90e90050cdbec27257dbc73e4a9f14eb285a3ad (diff) | |
download | freebsd-ports-gnome-0143685ad038689a748063a74b76ed338875aee8.tar.gz freebsd-ports-gnome-0143685ad038689a748063a74b76ed338875aee8.tar.zst freebsd-ports-gnome-0143685ad038689a748063a74b76ed338875aee8.zip |
- Add MASTER_SITE_GNU as new site for nettle
- Remove duplicated ex modeline
Diffstat (limited to 'security')
-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 |