diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2007-02-24 08:10:43 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2007-02-24 08:10:43 +0000 |
commit | ddcf4c42c4c88800e5383c00b7573fb24eccb0a8 (patch) | |
tree | 48cf4f2b3d013f900a07705edf188d768276d35d | |
parent | 2bbdff53cb2f17e0746ab1b096a853e3090930a6 (diff) |
Notes
-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 |