diff options
author | ak <ak@FreeBSD.org> | 2012-03-03 21:39:53 +0800 |
---|---|---|
committer | ak <ak@FreeBSD.org> | 2012-03-03 21:39:53 +0800 |
commit | be9273cb7e17939f9a3b1ba31bef7ddc04a06879 (patch) | |
tree | a7ab2ee7a33cf8afc99284fccd6c17dee655502d /archivers/ha | |
parent | aa3729ff94067f8f50d0b04f3d4945fe1a06a65a (diff) | |
download | freebsd-ports-gnome-be9273cb7e17939f9a3b1ba31bef7ddc04a06879.tar.gz freebsd-ports-gnome-be9273cb7e17939f9a3b1ba31bef7ddc04a06879.tar.zst freebsd-ports-gnome-be9273cb7e17939f9a3b1ba31bef7ddc04a06879.zip |
Update MASTER_SITES
Approved by: eadler (mentor)
Diffstat (limited to 'archivers/ha')
-rw-r--r-- | archivers/ha/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/archivers/ha/Makefile b/archivers/ha/Makefile index 7cda83c9dde2..ec171fab997b 100644 --- a/archivers/ha/Makefile +++ b/archivers/ha/Makefile @@ -9,13 +9,15 @@ PORTNAME= ha PORTVERSION= 0.999b PORTREVISION= 1 CATEGORIES= archivers -MASTER_SITES= ftp://ftp.kuzbass.ru/pub/unix/util/arcers/ +MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} DISTNAME= ha0999 EXTRACT_SUFX= .tgz MAINTAINER= ak@FreeBSD.org COMMENT= The HA archiver using the HSC compression method +PROJECTHOST= ak-various-projects + NO_WRKSUBDIR= yes PLIST_FILES= bin/ha MAKEFILE= makefile.nix |