diff options
author | danfe <danfe@FreeBSD.org> | 2012-12-18 15:57:31 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2012-12-18 15:57:31 +0800 |
commit | 08a8eaa316663889c0652bd011b4fce779fb0f31 (patch) | |
tree | 3b34a790743d501df42bd56a9dd54de3486de358 /archivers/xdms | |
parent | 4032dc4bca10578fd36a815a9a7fb593316b507b (diff) | |
download | freebsd-ports-gnome-08a8eaa316663889c0652bd011b4fce779fb0f31.tar.gz freebsd-ports-gnome-08a8eaa316663889c0652bd011b4fce779fb0f31.tar.zst freebsd-ports-gnome-08a8eaa316663889c0652bd011b4fce779fb0f31.zip |
For a number of ports in archives category, trim the header and drop leading
indefinite article from COMMENT line; also fix few noticed styles bugs while
I am here.
Diffstat (limited to 'archivers/xdms')
-rw-r--r-- | archivers/xdms/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/archivers/xdms/Makefile b/archivers/xdms/Makefile index 9ace7cc274fb..214813ed946e 100644 --- a/archivers/xdms/Makefile +++ b/archivers/xdms/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xdms -# Date created: Apr 13, 2001 -# Whom: Mark Pulford <mark@kyne.com.au> -# +# Created by: Mark Pulford <mark@kyne.com.au> # $FreeBSD$ -# PORTNAME= xdms PORTVERSION= 1.3.2 @@ -11,7 +7,7 @@ CATEGORIES= archivers MASTER_SITES= http://zakalwe.fi/~shd/foss/xdms/ MAINTAINER= sylvio@FreeBSD.org -COMMENT= An Amiga DMS archiver unpacker +COMMENT= Tool for decompressing Amiga DMS files USE_BZIP2= yes HAS_CONFIGURE= yes |