diff options
author | clsung <clsung@FreeBSD.org> | 2007-02-19 17:29:57 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2007-02-19 17:29:57 +0800 |
commit | 6da2603097e3336031437fb5b170bb62a4d5cac9 (patch) | |
tree | 89e265190a80d66f70051ee405266bb2a86a9a2a /textproc/metaf2xml/Makefile | |
parent | f32d4a3156bfb8fd9bfa199ee58e6783f3dec4fc (diff) | |
download | freebsd-ports-gnome-6da2603097e3336031437fb5b170bb62a4d5cac9.tar.gz freebsd-ports-gnome-6da2603097e3336031437fb5b170bb62a4d5cac9.tar.zst freebsd-ports-gnome-6da2603097e3336031437fb5b170bb62a4d5cac9.zip |
- Update to 1.21
Diffstat (limited to 'textproc/metaf2xml/Makefile')
-rw-r--r-- | textproc/metaf2xml/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/metaf2xml/Makefile b/textproc/metaf2xml/Makefile index e1defeb1c78f..0718f6db77dc 100644 --- a/textproc/metaf2xml/Makefile +++ b/textproc/metaf2xml/Makefile @@ -6,13 +6,13 @@ # PORTNAME= metaf2xml -PORTVERSION= 1.20 +PORTVERSION= 1.21 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} EXTRACT_SUFX= .tgz -MAINTAINER= ports@FreeBSD.org +MAINTAINER= clsung@FreeBSD.org COMMENT= Parses and decodes aviation routine and stores the components in XML MAKE_ARGS= CGI_BIN_DIR=${TARGETDIR}/www/metaf2xml/cgi-bin \ |