diff options
author | swills <swills@FreeBSD.org> | 2016-04-24 00:39:05 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2016-04-24 00:39:05 +0800 |
commit | ebed6b660aa1a05597086382de8d1d82e1bb4619 (patch) | |
tree | 2d5624aeb1ef358ae928e5f7dbf86de770fb1c55 /misc/inplace | |
parent | c19fcebec1c1b2f709120a1c758fa6e73b7a0c55 (diff) | |
download | freebsd-ports-gnome-ebed6b660aa1a05597086382de8d1d82e1bb4619.tar.gz freebsd-ports-gnome-ebed6b660aa1a05597086382de8d1d82e1bb4619.tar.zst freebsd-ports-gnome-ebed6b660aa1a05597086382de8d1d82e1bb4619.zip |
misc/inplace: convert to USES=shebangfix
Diffstat (limited to 'misc/inplace')
-rw-r--r-- | misc/inplace/Makefile | 5 |
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 |