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/unarj | |
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/unarj')
-rw-r--r-- | archivers/unarj/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/archivers/unarj/Makefile b/archivers/unarj/Makefile index 3be736b938b9..97ff1fe9f871 100644 --- a/archivers/unarj/Makefile +++ b/archivers/unarj/Makefile @@ -5,13 +5,13 @@ PORTNAME= unarj PORTVERSION= 2.65 PORTREVISION= 2 CATEGORIES= archivers -MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} -PROJECTHOST= ak-various-projects -EXTRACT_SUFX= .tgz +MASTER_SITES= https://googledrive.com/host/0BwCT-sp3iBCaeDRPYm1jTjl1Qmc/ MAINTAINER= ak@FreeBSD.org COMMENT= Allows files to be extracted from ARJ archives +USES= tar:tgz + PLIST_FILES= bin/unarj PORTDOCS= unarj.txt technote.txt |