diff options
author | Stephen Hurd <shurd@FreeBSD.org> | 2014-07-16 21:07:18 +0000 |
---|---|---|
committer | Stephen Hurd <shurd@FreeBSD.org> | 2014-07-16 21:07:18 +0000 |
commit | 8fec686c29f419dc24441aa8f58c29b4a9991eee (patch) | |
tree | 4e84c146a222eda3f7922d4820410931db885013 /comms/trustedqsl | |
parent | b98493e58011a5e5a20db13e9cfa517f8b8db40d (diff) | |
download | ports-8fec686c29f419dc24441aa8f58c29b4a9991eee.tar.gz ports-8fec686c29f419dc24441aa8f58c29b4a9991eee.zip |
Notes
Diffstat (limited to 'comms/trustedqsl')
-rw-r--r-- | comms/trustedqsl/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/comms/trustedqsl/Makefile b/comms/trustedqsl/Makefile index f87ac152294c..c8be5917eabb 100644 --- a/comms/trustedqsl/Makefile +++ b/comms/trustedqsl/Makefile @@ -3,7 +3,9 @@ PORTNAME= trustedqsl PORTVERSION= 2.0.2 CATEGORIES= comms hamradio -MASTER_SITES= SF/${PORTNAME}/TrustedQSL/v${PORTVERSION}/ +#MASTER_SITES= SF/${PORTNAME}/TrustedQSL/v${PORTVERSION}/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= shurd DISTNAME= tqsl-${PORTVERSION} MAINTAINER= hamradio@FreeBSD.org |