diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2012-11-20 17:57:25 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2012-11-20 17:57:25 +0000 |
commit | e386bedbcdd7b3effbf66e90f4f6d36ccab6b869 (patch) | |
tree | eff39d0f7c8e7ea3f7e46c517b53ab4f6049db60 /archivers/tardy | |
parent | 94a70f0e74748f3a47cf4a70a4288891a5d33f27 (diff) |
Notes
Diffstat (limited to 'archivers/tardy')
-rw-r--r-- | archivers/tardy/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/archivers/tardy/Makefile b/archivers/tardy/Makefile index 44747fb2f9da..ed53c8f3b4fd 100644 --- a/archivers/tardy/Makefile +++ b/archivers/tardy/Makefile @@ -1,13 +1,10 @@ -# Ports collection makefile for: tardy -# Date created: Jan 14, 2003 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= tardy PORTVERSION= 1.26 DISTVERSIONSUFFIX= .D001 +PORTREVISION= 1 CATEGORIES= archivers MASTER_SITES= SF/tardy/${PORTVERSION}/ |