diff options
author | Simon L. B. Nielsen <simon@FreeBSD.org> | 2006-01-15 20:51:06 +0000 |
---|---|---|
committer | Simon L. B. Nielsen <simon@FreeBSD.org> | 2006-01-15 20:51:06 +0000 |
commit | 31a56de81501fadc041e32da6a02b45ee862c70c (patch) | |
tree | a0d605fa92c513d7a143323242821758efaf013a /security | |
parent | c80abb8358b10136a4bf9b7361b05cf206a4916b (diff) | |
download | ports-31a56de81501fadc041e32da6a02b45ee862c70c.tar.gz ports-31a56de81501fadc041e32da6a02b45ee862c70c.zip |
- Fix MASTER_SITE (distfile has moved).
- Grab this port since I recently started using opensc, and I'm
currently working on upgrading the port to the latest version.
Notes
Notes:
svn path=/head/; revision=153592
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 84860cdcbef2..28fbadffb68a 100644 --- a/security/opensc/Makefile +++ b/security/opensc/Makefile @@ -8,9 +8,9 @@ PORTNAME= opensc PORTVERSION= 0.9.6 CATEGORIES= security devel -MASTER_SITES= http://www.opensc.org/files/ +MASTER_SITES= http://www.opensc.org/files/opensc/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= simon@FreeBSD.org COMMENT= ISO 7816 Smartcard API USE_GNOME= pkgconfig |