Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Feb 2014 16:57:25 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r343776 - head/misc/inplace
Message-ID:  <201402111657.s1BGvPkA085411@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Tue Feb 11 16:57:24 2014
New Revision: 343776
URL: http://svnweb.freebsd.org/changeset/ports/343776
QAT: https://qat.redports.org/buildarchive/r343776/

Log:
  - Stage support

Modified:
  head/misc/inplace/Makefile

Modified: head/misc/inplace/Makefile
==============================================================================
--- head/misc/inplace/Makefile	Tue Feb 11 16:56:58 2014	(r343775)
+++ head/misc/inplace/Makefile	Tue Feb 11 16:57:24 2014	(r343776)
@@ -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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402111657.s1BGvPkA085411>