diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2006-10-31 18:16:17 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2006-10-31 18:16:17 +0800 |
commit | 05c838235a81d88e8f1ca1d13aa6eb7667491e5a (patch) | |
tree | b38ac6c1ace96edb8b37ea7d473f8bca0c07d172 /archivers/tardy | |
parent | 816f7c49662e59e7b3da9edfd5a932d660238b9c (diff) | |
download | freebsd-ports-gnome-05c838235a81d88e8f1ca1d13aa6eb7667491e5a.tar.gz freebsd-ports-gnome-05c838235a81d88e8f1ca1d13aa6eb7667491e5a.tar.zst freebsd-ports-gnome-05c838235a81d88e8f1ca1d13aa6eb7667491e5a.zip |
Update MASTER_SITES (use SF mirrors)
PR: 104941
Submitted by: Thomas Abthorpe <thomas@goodking.ca>
Diffstat (limited to 'archivers/tardy')
-rw-r--r-- | archivers/tardy/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/archivers/tardy/Makefile b/archivers/tardy/Makefile index ef62d60515ee..9c08e949d2bb 100644 --- a/archivers/tardy/Makefile +++ b/archivers/tardy/Makefile @@ -9,9 +9,8 @@ PORTNAME= tardy PORTVERSION= 1.12 CATEGORIES= archivers -MASTER_SITES= http://tardy.sourceforge.net/ \ - http://critical.ch/distfiles/ \ - http://energy.critical.ch/distfiles/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ehaupt@FreeBSD.org COMMENT= Manipulate the file headers in tar archive files in various ways |