diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2004-05-01 19:23:11 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2004-05-01 19:23:11 +0000 |
commit | 8d826e89fd932e5613b65da4b665d24336a2275a (patch) | |
tree | a7bbe2c034845dbabfcd60bf68d747c6feea561f /misc/inplace | |
parent | def5c1426d7fe5145a30b58598d0ade929d8f09c (diff) | |
download | ports-8d826e89fd932e5613b65da4b665d24336a2275a.tar.gz ports-8d826e89fd932e5613b65da4b665d24336a2275a.zip |
Notes
Diffstat (limited to 'misc/inplace')
-rw-r--r-- | misc/inplace/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 |