svn commit: r344345 - head/games/bsdrain

Martin Wilke miwi at FreeBSD.org
Sat Feb 15 10:12:58 UTC 2014


Author: miwi
Date: Sat Feb 15 10:12:57 2014
New Revision: 344345
URL: http://svnweb.freebsd.org/changeset/ports/344345
QAT: https://qat.redports.org/buildarchive/r344345/

Log:
  - Stage support

Modified:
  head/games/bsdrain/Makefile

Modified: head/games/bsdrain/Makefile
==============================================================================
--- head/games/bsdrain/Makefile	Sat Feb 15 10:12:46 2014	(r344344)
+++ head/games/bsdrain/Makefile	Sat Feb 15 10:12:57 2014	(r344345)
@@ -11,12 +11,9 @@ DISTNAME=	rain-${PORTVERSION}
 MAINTAINER=	jacob at whotookspaz.org
 COMMENT=	The original BSD rain program, ported from NetBSD
 
-MAN6=		rain.6
-MANCOMPRESSED=	yes
-
-PLIST_FILES=	bin/rain
+PLIST_FILES=	bin/rain \
+		man/man6/rain.6.gz
 
 USE_BZIP2=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list