diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-12 23:23:58 +0800 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-12 23:23:58 +0800 |
commit | 8b77080918d0242431bdc02d5bbaca527cf1d34e (patch) | |
tree | 38d8ee0489aa5335f3aff285581295d88a8c9c13 /ftp | |
parent | a8125260aa8cb21285ce1ba54a59a4b5d80790ed (diff) | |
download | freebsd-ports-gnome-8b77080918d0242431bdc02d5bbaca527cf1d34e.tar.gz freebsd-ports-gnome-8b77080918d0242431bdc02d5bbaca527cf1d34e.tar.zst freebsd-ports-gnome-8b77080918d0242431bdc02d5bbaca527cf1d34e.zip |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/ftplocate/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ftp/ftplocate/Makefile b/ftp/ftplocate/Makefile index e2f1c423c875..0d28ad0a5f33 100644 --- a/ftp/ftplocate/Makefile +++ b/ftp/ftplocate/Makefile @@ -12,10 +12,8 @@ COMMENT= A ftp search engine supporting filename and description search RUN_DEPENDS= glimpse:${PORTSDIR}/textproc/glimpse \ unzip:${PORTSDIR}/archivers/unzip -USE_PERL5= yes +USES= shebangfix perl5 NO_BUILD= yes - -USES= shebangfix SHEBANG_FILES= bin/*.pl template/ftplocate post-extract: |