diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/pcsc-lite/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/pcsc-lite/Makefile b/devel/pcsc-lite/Makefile index 3c69d256ca36..d8c3128e9414 100644 --- a/devel/pcsc-lite/Makefile +++ b/devel/pcsc-lite/Makefile @@ -9,7 +9,9 @@ PORTNAME= pcsc-lite PORTVERSION= 1.4.0 PORTEPOCH= 2 CATEGORIES= devel security -MASTER_SITES= http://alioth.debian.org/frs/download.php/1819/ +MASTER_SITES= ${MASTER_SITE_LOCAL} \ + http://alioth.debian.org/frs/download.php/1819/ +MASTER_SITE_SUBDIR= arved DISTNAME= pcsc-lite-${PORTVERSION:S/.b./-beta/} MAINTAINER= arved@FreeBSD.org |