diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-09 12:31:48 +0800 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-09 12:31:48 +0800 |
commit | 10a9e5be471fb77f247ec61afe2eb7db72495597 (patch) | |
tree | 9ff16edd0ccae03c9bba64b4bd0da496e828c2cf /security | |
parent | 9129b4ff39d1c8f38ffe5ea1c02725721208c7a6 (diff) | |
download | freebsd-ports-gnome-10a9e5be471fb77f247ec61afe2eb7db72495597.tar.gz freebsd-ports-gnome-10a9e5be471fb77f247ec61afe2eb7db72495597.tar.zst freebsd-ports-gnome-10a9e5be471fb77f247ec61afe2eb7db72495597.zip |
Fix MASTER_SITE
Submitted by: EvilBMS@#bsdcode
Diffstat (limited to 'security')
-rw-r--r-- | security/opensc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/opensc/Makefile b/security/opensc/Makefile index 194ee2666b3f..9c26f32a64d6 100644 --- a/security/opensc/Makefile +++ b/security/opensc/Makefile @@ -9,9 +9,9 @@ PORTNAME= opensc PORTVERSION= 0.7.0 PORTREVISION= 1 CATEGORIES= security devel -MASTER_SITES= http://www.opensc.org/files/ +MASTER_SITES= http://www.opensc.org/files/old/ -MAINTAINER= bms@spc.org +MAINTAINER= bms@FreeBSD.org COMMENT= ISO 7816 Smartcard API Library (OpenSSH Compatible) LIB_DEPENDS= pcsclite.0:${PORTSDIR}/devel/pcsc-lite \ |