diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-16 07:47:02 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-16 07:47:02 +0000 |
commit | 7ec4b3d1a268df1e30726e5ae185bfa7ec7af2dc (patch) | |
tree | ed863c0ce8ca0afdea6de1e948f5d224ac4166e5 /sysutils/safe-rm | |
parent | 0772407fe8e08568b3ff0710f5290fb448ce665d (diff) |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket)
Notes
Notes:
svn path=/head/; revision=327370
Diffstat (limited to 'sysutils/safe-rm')
-rw-r--r-- | sysutils/safe-rm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/safe-rm/Makefile b/sysutils/safe-rm/Makefile index 7d845ad5157d..866eafc89b76 100644 --- a/sysutils/safe-rm/Makefile +++ b/sysutils/safe-rm/Makefile @@ -11,8 +11,8 @@ COMMENT= Wrapper around the rm command to prevent accidental deletions LICENSE= GPLv3 -USE_PERL5_RUN= yes - +USES= perl5 +USE_PERL5= run NO_BUILD= yes FETCH_ARGS= -pRr |