diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-04-01 16:08:12 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-04-01 16:08:12 +0000 |
commit | 4c40458142f0f53e90e2684599345b3aa0e5fc64 (patch) | |
tree | 4951ed17aa1ecba91f9cde9ffba97f8f00c0db89 /science | |
parent | 8680590f68754ec7145b6a840b42538b4cd99e39 (diff) | |
download | ports-4c40458142f0f53e90e2684599345b3aa0e5fc64.tar.gz ports-4c40458142f0f53e90e2684599345b3aa0e5fc64.zip |
science/metaf2xml: Drop nop USE_PERL5=install
Notes
Notes:
svn path=/head/; revision=497490
Diffstat (limited to 'science')
-rw-r--r-- | science/metaf2xml/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/metaf2xml/Makefile b/science/metaf2xml/Makefile index de358e1b8321..5e69b2bdae56 100644 --- a/science/metaf2xml/Makefile +++ b/science/metaf2xml/Makefile @@ -32,7 +32,7 @@ MAKE_ARGS= CGI_BIN_DIR=${WWWDIR}/cgi-bin \ NO_BUILD= yes NO_ARCH= yes USES= perl5 shebangfix tar:tgz -USE_PERL5= install run +USE_PERL5= run SHEBANG_FILES= metaf.pl metaf2xml.pl metafsrc2raw.pl PLIST_SUB= VERSION=${PORTVERSION} |