diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-10-31 10:16:17 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-10-31 10:16:17 +0000 |
commit | 57f4cbdcf80f19783375be6dce921f76bff5a1d3 (patch) | |
tree | ec41156540f43ac0e9116d843386d041e3c9a1d4 /archivers/tardy | |
parent | 7d0823eddce36bdadef0686193711e42d8431efe (diff) | |
download | ports-57f4cbdcf80f19783375be6dce921f76bff5a1d3.tar.gz ports-57f4cbdcf80f19783375be6dce921f76bff5a1d3.zip |
Notes
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 |