aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--net-mgmt/rcpd/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-mgmt/rcpd/Makefile b/net-mgmt/rcpd/Makefile
index 56797644670a..cfd158562a04 100644
--- a/net-mgmt/rcpd/Makefile
+++ b/net-mgmt/rcpd/Makefile
@@ -10,8 +10,8 @@ MAINTAINER= ports@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>