diff options
author | az <az@FreeBSD.org> | 2013-09-12 23:23:58 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-12 23:23:58 +0800 |
commit | fada737300174103bff4aceb28479e7a4b94fdd5 (patch) | |
tree | 38d8ee0489aa5335f3aff285581295d88a8c9c13 /ftp | |
parent | 863e0036a81b76091d5992e7edb2d27f9e067a12 (diff) | |
download | freebsd-ports-gnome-fada737300174103bff4aceb28479e7a4b94fdd5.tar.gz freebsd-ports-gnome-fada737300174103bff4aceb28479e7a4b94fdd5.tar.zst freebsd-ports-gnome-fada737300174103bff4aceb28479e7a4b94fdd5.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: |