summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2016-04-23 16:39:05 +0000
committerSteve Wills <swills@FreeBSD.org>2016-04-23 16:39:05 +0000
commitd16ffa572f1a47304e5731af5e689e4e7c7f99dd (patch)
tree2d5624aeb1ef358ae928e5f7dbf86de770fb1c55 /misc
parentaudio/ruby-smf: convert to USES=shebangfix (diff)
misc/inplace: convert to USES=shebangfix
Notes
Notes: svn path=/head/; revision=413886
Diffstat (limited to 'misc')
-rw-r--r--misc/inplace/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/misc/inplace/Makefile b/misc/inplace/Makefile
index 61222fe22fb7..f5cb8beece3d 100644
--- a/misc/inplace/Makefile
+++ b/misc/inplace/Makefile
@@ -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