diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2012-12-18 07:57:31 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2012-12-18 07:57:31 +0000 |
commit | 142171e3f3b5957e2ffd7b3602e4ea4c4b62ad42 (patch) | |
tree | 3b34a790743d501df42bd56a9dd54de3486de358 /archivers/deb2targz/Makefile | |
parent | d233d23153a79abe3de1d8486176c4d98ab09947 (diff) | |
download | ports-142171e3f3b5957e2ffd7b3602e4ea4c4b62ad42.tar.gz ports-142171e3f3b5957e2ffd7b3602e4ea4c4b62ad42.zip |
Notes
Diffstat (limited to 'archivers/deb2targz/Makefile')
-rw-r--r-- | archivers/deb2targz/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/archivers/deb2targz/Makefile b/archivers/deb2targz/Makefile index eef88c7ae392..da01e163e5d0 100644 --- a/archivers/deb2targz/Makefile +++ b/archivers/deb2targz/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: deb2targz -# Date created: 27 Sep 2005 -# Whom: Emanuel Haupt <ehaupt@critical.ch> -# +# Created by: Emanuel Haupt <ehaupt@critical.ch> # $FreeBSD$ -# PORTNAME= deb2targz PORTVERSION= 20100710 @@ -12,7 +8,7 @@ MASTER_SITES= # none DISTFILES= # none MAINTAINER= ehaupt@FreeBSD.org -COMMENT= A command-line utility for converting a Debian .deb file to a .tar.gz +COMMENT= Command-line utility for converting a Debian .deb file to a .tar.gz NO_BUILD= yes |