diff options
author | Alex Kozlov <ak@FreeBSD.org> | 2014-10-14 08:59:35 +0000 |
---|---|---|
committer | Alex Kozlov <ak@FreeBSD.org> | 2014-10-14 08:59:35 +0000 |
commit | 803a90b661ad659b171b7cf43a184ece5df60ca4 (patch) | |
tree | 475b259bd57593512221e9ea0c550b5e5ab2b787 /archivers | |
parent | 6f5a4bb0116f5a3cf40f6b7262b8a23bbbcfa65b (diff) |
Notes
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/ha/Makefile | 4 | ||||
-rw-r--r-- | archivers/unarj/Makefile | 6 |
2 files changed, 4 insertions, 6 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 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 |