diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-13 00:11:43 +0800 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-13 00:11:43 +0800 |
commit | 7e3461850288d9c03ab7fed23c421dab07e89443 (patch) | |
tree | d5e5ba5a3a52396d44f005ed68c3591410ede9ba /sysutils/rsnapshot | |
parent | cf15c941cc3fec7529185d2dd6076ff9f73f4dcd (diff) | |
download | freebsd-ports-gnome-7e3461850288d9c03ab7fed23c421dab07e89443.tar.gz freebsd-ports-gnome-7e3461850288d9c03ab7fed23c421dab07e89443.tar.zst freebsd-ports-gnome-7e3461850288d9c03ab7fed23c421dab07e89443.zip |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'sysutils/rsnapshot')
-rw-r--r-- | sysutils/rsnapshot/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/rsnapshot/Makefile b/sysutils/rsnapshot/Makefile index e9b78a822051..7481264b1c14 100644 --- a/sysutils/rsnapshot/Makefile +++ b/sysutils/rsnapshot/Makefile @@ -14,8 +14,7 @@ BUILD_DEPENDS= rsync:${PORTSDIR}/net/rsync RUN_DEPENDS= rsync:${PORTSDIR}/net/rsync \ p5-Lchown>=0:${PORTSDIR}/sysutils/p5-Lchown -USES= shebangfix -USE_PERL5= yes +USES= shebangfix perl5 GNU_CONFIGURE= yes SHEBANG_FILES= rsnapshot-program.pl |