Define RUBY_SHEBANG_FILES.
Pass MANPREFIX. (currently unused)
This commit is contained in:
parent
def5c1426d
commit
8d826e89fd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=108104
1 changed files with 3 additions and 1 deletions
|
@ -18,9 +18,11 @@ COMMENT= A tool to edit files in-place through given filter commands
|
|||
USE_BZIP2= yes
|
||||
USE_RUBY= yes
|
||||
|
||||
MAKE_ARGS= PREFIX="${PREFIX}"
|
||||
MAKE_ARGS= PREFIX="${PREFIX}" MANPREFIX="${MANPREFIX}"
|
||||
MAKEFILE= BSDmakefile
|
||||
|
||||
RUBY_SHEBANG_FILES= inplace.rb
|
||||
|
||||
MAN1= inplace.1
|
||||
MANCOMPRESSED= maybe
|
||||
PLIST_FILES= bin/inplace
|
||||
|
|
Loading…
Reference in a new issue