diff options
author | antoine <antoine@FreeBSD.org> | 2014-11-13 02:48:53 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-11-13 02:48:53 +0800 |
commit | 7a8986bc1ca2f13164149b270a8026960d102581 (patch) | |
tree | 67097ad18bc7a35e4793f81ddd0a69364ed95a96 /science/metaf2xml/Makefile | |
parent | 151db4637a3df8e8dc88705d41f13ccde346777d (diff) | |
download | freebsd-ports-gnome-7a8986bc1ca2f13164149b270a8026960d102581.tar.gz freebsd-ports-gnome-7a8986bc1ca2f13164149b270a8026960d102581.tar.zst freebsd-ports-gnome-7a8986bc1ca2f13164149b270a8026960d102581.zip |
Cleanup plist
Diffstat (limited to 'science/metaf2xml/Makefile')
-rw-r--r-- | science/metaf2xml/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/science/metaf2xml/Makefile b/science/metaf2xml/Makefile index ae44cc8df8b0..95c1af15d50a 100644 --- a/science/metaf2xml/Makefile +++ b/science/metaf2xml/Makefile @@ -3,6 +3,7 @@ PORTNAME= metaf2xml PORTVERSION= 1.55 +PORTREVISION= 1 CATEGORIES= science perl5 MASTER_SITES= SF/${PORTNAME}/${PORTVERSION} @@ -20,8 +21,9 @@ MAKE_ARGS= CGI_BIN_DIR=${PREFIX}/www/metaf2xml/cgi-bin \ METAF2XML_DOC=${DOCSDIR} \ METAF2XML_XSL=${DATADIR} NO_BUILD= yes -USES= perl5 tar:tgz +USES= perl5 shebangfix tar:tgz USE_PERL5= install run +SHEBANG_FILES= metaf.pl metaf2xml.pl metafsrc2raw.pl .include <bsd.port.options.mk> |