diff options
author | shurd <shurd@FreeBSD.org> | 2014-07-17 05:07:18 +0800 |
---|---|---|
committer | shurd <shurd@FreeBSD.org> | 2014-07-17 05:07:18 +0800 |
commit | fa25d87fcb7167d8cb6103df7a45d159895e4219 (patch) | |
tree | 4e84c146a222eda3f7922d4820410931db885013 | |
parent | 68a1821514126d6e99b5d70be2d1b80f6f2b1a95 (diff) | |
download | freebsd-ports-gnome-fa25d87fcb7167d8cb6103df7a45d159895e4219.tar.gz freebsd-ports-gnome-fa25d87fcb7167d8cb6103df7a45d159895e4219.tar.zst freebsd-ports-gnome-fa25d87fcb7167d8cb6103df7a45d159895e4219.zip |
Copy the version matching the port to my public_distfiles
and set MASTER_SITES to local for now. Will fix this soon.
PR: ports/191871
-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 |