From 26de9df9be403d3e43e40817e9e0eea9c07abc2d Mon Sep 17 00:00:00 2001 From: miwi Date: Tue, 11 Feb 2014 16:57:24 +0000 Subject: - Stage support --- misc/inplace/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/misc/inplace/Makefile b/misc/inplace/Makefile index 4ffbdf79ee81..65324481fbf7 100644 --- a/misc/inplace/Makefile +++ b/misc/inplace/Makefile @@ -19,12 +19,10 @@ MAKEFILE= BSDmakefile RUBY_SHEBANG_FILES= lib/inplace.rb -MAN1= inplace.1 -MANCOMPRESSED= maybe -PLIST_FILES= bin/inplace +PLIST_FILES= bin/inplace \ + man/man1/inplace.1.gz test: build cd ${WRKSRC}; ${MAKE} test -NO_STAGE= yes .include -- cgit