aboutsummaryrefslogtreecommitdiff
path: root/misc/inplace
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2014-02-11 16:57:24 +0000
committerMartin Wilke <miwi@FreeBSD.org>2014-02-11 16:57:24 +0000
commit2d3896772367cfa1b87546d16873ee76aa109628 (patch)
treedf93354f03f8a96282e55e7dc2f1a204d1ae9377 /misc/inplace
parent656c58990a0fd8515b551e4875e2c2dda746dff7 (diff)
downloadports-2d3896772367cfa1b87546d16873ee76aa109628.tar.gz
ports-2d3896772367cfa1b87546d16873ee76aa109628.zip
- Stage support
Notes
Notes: svn path=/head/; revision=343776
Diffstat (limited to 'misc/inplace')
-rw-r--r--misc/inplace/Makefile6
1 files 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 <bsd.port.mk>