diff options
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 |