svn commit: r343776 - head/misc/inplace

Martin Wilke miwi at FreeBSD.org
Tue Feb 11 16:57:25 UTC 2014


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>


More information about the svn-ports-all mailing list