mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
misc/inplace: convert to USES=shebangfix
This commit is contained in:
parent
b8409875ce
commit
d16ffa572f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=413886
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= inplace
|
||||
PORTVERSION= 1.2.3
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= misc
|
||||
MASTER_SITES= ftp://ftp.iDaemons.org/pub/distfiles/ \
|
||||
LOCAL/knu
|
||||
@ -10,13 +11,13 @@ MASTER_SITES= ftp://ftp.iDaemons.org/pub/distfiles/ \
|
||||
MAINTAINER= knu@FreeBSD.org
|
||||
COMMENT= Tool to edit files in-place through given filter commands
|
||||
|
||||
USES= tar:bzip2 uidfix
|
||||
USES= tar:bzip2 uidfix shebangfix
|
||||
USE_RUBY= yes
|
||||
|
||||
MAKE_ARGS= PREFIX="${PREFIX}" MANPREFIX="${MANPREFIX}"
|
||||
MAKEFILE= BSDmakefile
|
||||
|
||||
RUBY_SHEBANG_FILES= lib/inplace.rb
|
||||
SHEBANG_FILES= lib/inplace.rb
|
||||
|
||||
PLIST_FILES= bin/inplace \
|
||||
man/man1/inplace.1.gz
|
||||
|
Loading…
Reference in New Issue
Block a user