From ebed6b660aa1a05597086382de8d1d82e1bb4619 Mon Sep 17 00:00:00 2001 From: swills Date: Sat, 23 Apr 2016 16:39:05 +0000 Subject: misc/inplace: convert to USES=shebangfix --- misc/inplace/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'misc/inplace') 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 -- cgit