svn commit: r336385 - head/x11/xrsh

Baptiste Daroussin bapt at FreeBSD.org
Fri Dec 13 23:30:23 UTC 2013


Author: bapt
Date: Fri Dec 13 23:30:23 2013
New Revision: 336385
URL: http://svnweb.freebsd.org/changeset/ports/336385

Log:
  Support stage

Modified:
  head/x11/xrsh/Makefile

Modified: head/x11/xrsh/Makefile
==============================================================================
--- head/x11/xrsh/Makefile	Fri Dec 13 23:28:52 2013	(r336384)
+++ head/x11/xrsh/Makefile	Fri Dec 13 23:30:23 2013	(r336385)
@@ -17,9 +17,8 @@ NO_WRKSUBDIR=	yes
 EXTRACT_CMD=	${SH}
 EXTRACT_BEFORE_ARGS=
 EXTRACT_AFTER_ARGS=
-MAN1=		xrsh.1 xrlogin.1
 
-PLIST_FILES=	bin/xrsh bin/xrlogin
+PLIST_FILES=	bin/xrsh bin/xrlogin \
+		man/man1/xrsh.1.gz man/man1/xrlogin.1.gz
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list