svn commit: r343900 - head/net-mgmt/rcpd

Martin Wilke miwi at FreeBSD.org
Wed Feb 12 10:47:14 UTC 2014


Author: miwi
Date: Wed Feb 12 10:47:13 2014
New Revision: 343900
URL: http://svnweb.freebsd.org/changeset/ports/343900
QAT: https://qat.redports.org/buildarchive/r343900/

Log:
  - Stage support

Modified:
  head/net-mgmt/rcpd/Makefile

Modified: head/net-mgmt/rcpd/Makefile
==============================================================================
--- head/net-mgmt/rcpd/Makefile	Wed Feb 12 10:47:06 2014	(r343899)
+++ head/net-mgmt/rcpd/Makefile	Wed Feb 12 10:47:13 2014	(r343900)
@@ -10,8 +10,8 @@ MAINTAINER=	ports at FreeBSD.org
 COMMENT=	RCP server for routers and network devices
 
 GNU_CONFIGURE=	yes
-MAN1=		rcpd.1
-PLIST_FILES=	sbin/rcpd
 
-NO_STAGE=	yes
+PLIST_FILES=	sbin/rcpd \
+		man/man1/rcpd.1.gz
+
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list