diff options
-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 |