diff options
author | clsung <clsung@FreeBSD.org> | 2007-08-04 10:43:26 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2007-08-04 10:43:26 +0800 |
commit | e1426dbca10bbe95514825a602398daa1c855d65 (patch) | |
tree | 47b16a52bedbe7741a4a8d09d85ca43b6ec11948 /textproc/metaf2xml/Makefile | |
parent | 7da4a6533ec0f39230e18c8d9284978d8e6d0feb (diff) | |
download | freebsd-ports-gnome-e1426dbca10bbe95514825a602398daa1c855d65.tar.gz freebsd-ports-gnome-e1426dbca10bbe95514825a602398daa1c855d65.tar.zst freebsd-ports-gnome-e1426dbca10bbe95514825a602398daa1c855d65.zip |
- update descriptions (COMMENT, pkg-desc)
- No need to bump PORTREVISION
Submitted by: b-thomas_AT_freenet dot de
Diffstat (limited to 'textproc/metaf2xml/Makefile')
-rw-r--r-- | textproc/metaf2xml/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/metaf2xml/Makefile b/textproc/metaf2xml/Makefile index 76945d41ea59..2278aa0ffa49 100644 --- a/textproc/metaf2xml/Makefile +++ b/textproc/metaf2xml/Makefile @@ -13,7 +13,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} EXTRACT_SUFX= .tgz MAINTAINER= clsung@FreeBSD.org -COMMENT= Parses and decodes aviation routine and stores the components in XML +COMMENT= Parses METAR, TAF, and SYNOP messages and stores the components in XML MAKE_ARGS= CGI_BIN_DIR=${TARGETDIR}/www/metaf2xml/cgi-bin \ HTDOCS_DIR=${TARGETDIR}/www/metaf2xml/htdocs \ |