diff options
author | ak <ak@FreeBSD.org> | 2014-10-14 16:59:35 +0800 |
---|---|---|
committer | ak <ak@FreeBSD.org> | 2014-10-14 16:59:35 +0800 |
commit | d5c59f27cf99eeef5a249251b263edaea7a9be22 (patch) | |
tree | 475b259bd57593512221e9ea0c550b5e5ab2b787 /archivers/ha | |
parent | d24e61dbc2797cbc194bd73caca075bf92fbc1aa (diff) | |
download | freebsd-ports-gnome-d5c59f27cf99eeef5a249251b263edaea7a9be22.tar.gz freebsd-ports-gnome-d5c59f27cf99eeef5a249251b263edaea7a9be22.tar.zst freebsd-ports-gnome-d5c59f27cf99eeef5a249251b263edaea7a9be22.zip |
- Switch MASTER_SITES to googledrive.com for my ports.
Diffstat (limited to 'archivers/ha')
-rw-r--r-- | archivers/ha/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/archivers/ha/Makefile b/archivers/ha/Makefile index 3ae4d8fef042..b48d6351d8d5 100644 --- a/archivers/ha/Makefile +++ b/archivers/ha/Makefile @@ -5,7 +5,7 @@ PORTNAME= ha PORTVERSION= 0.999b PORTREVISION= 1 CATEGORIES= archivers -MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} +MASTER_SITES= https://googledrive.com/host/0BwCT-sp3iBCaeDRPYm1jTjl1Qmc/ DISTNAME= ha0999 MAINTAINER= ak@FreeBSD.org @@ -13,8 +13,6 @@ COMMENT= File archiver based on HSC compression method LICENSE= GPLv2 -PROJECTHOST= ak-various-projects - NO_WRKSUBDIR= yes PLIST_FILES= bin/ha MAKEFILE= makefile.nix |