diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2014-01-02 09:07:29 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2014-01-02 09:07:29 +0000 |
commit | daa4338aba666300ae19e61d302181905a265462 (patch) | |
tree | a2760aa183fa1fb2eadba5e4aa099fe6f9a973a1 /devel/libccid | |
parent | 87cbf2a07ca208f9b9172341c1ba87d7f21c0f9d (diff) | |
download | ports-daa4338aba666300ae19e61d302181905a265462.tar.gz ports-daa4338aba666300ae19e61d302181905a265462.zip |
Notes
Diffstat (limited to 'devel/libccid')
-rw-r--r-- | devel/libccid/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/libccid/Makefile b/devel/libccid/Makefile index f4bd427378d4..a265bec1b5e2 100644 --- a/devel/libccid/Makefile +++ b/devel/libccid/Makefile @@ -4,7 +4,9 @@ PORTNAME= ccid PORTVERSION= 1.4.14 CATEGORIES= devel -MASTER_SITES= https://alioth.debian.org/frs/download.php/file/3971/ +#MASTER_SITES= https://alioth.debian.org/frs/download.php/file/3971/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= arved MAINTAINER= arved@FreeBSD.org COMMENT= Generic USB CCID (Chip/Smart Card Interface Devices) driver |