From 8d826e89fd932e5613b65da4b665d24336a2275a Mon Sep 17 00:00:00 2001 From: Akinori MUSHA Date: Sat, 1 May 2004 19:23:11 +0000 Subject: [PATCH] Define RUBY_SHEBANG_FILES. Pass MANPREFIX. (currently unused) --- misc/inplace/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/misc/inplace/Makefile b/misc/inplace/Makefile index 647a32301b97..65ef7821790e 100644 --- a/misc/inplace/Makefile +++ b/misc/inplace/Makefile @@ -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