Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Nov 2013 00:44:02 +0000 (UTC)
From:      Danilo Egea Gondolfo <danilo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r333949 - head/games/xroach
Message-ID:  <201311160044.rAG0i28o055700@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danilo
Date: Sat Nov 16 00:44:02 2013
New Revision: 333949
URL: http://svnweb.freebsd.org/changeset/ports/333949

Log:
  - Add stage support

Modified:
  head/games/xroach/Makefile

Modified: head/games/xroach/Makefile
==============================================================================
--- head/games/xroach/Makefile	Sat Nov 16 00:38:28 2013	(r333948)
+++ head/games/xroach/Makefile	Sat Nov 16 00:44:02 2013	(r333949)
@@ -12,12 +12,13 @@ MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Cockroaches hide under your windows
 
 USE_XORG=	x11
-MAN6=		xroach.6
-MANCOMPRESSED=	maybe
-PLIST_FILES=	bin/xroach
+PLIST_FILES=	bin/xroach man/man6/xroach.6.gz
 
 IGNOREFILES=	${DISTFILES}
 WRKSRC=		${WRKDIR}/pub/bsd-sources/4.4BSD-Lite/usr/src/games/xroach
 
-NO_STAGE=	yes
+do-install:
+	${INSTALL_PROGRAM} -s ${WRKSRC}/xroach ${STAGEDIR}${PREFIX}/bin
+	${INSTALL_MAN} ${WRKSRC}/xroach.6 ${STAGEDIR}${MAN6PREFIX}/man/man6
+
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311160044.rAG0i28o055700>