svn commit: r334451 - head/games/utserver

Danilo Egea Gondolfo danilo at FreeBSD.org
Wed Nov 20 20:33:16 UTC 2013


Author: danilo
Date: Wed Nov 20 20:33:15 2013
New Revision: 334451
URL: http://svnweb.freebsd.org/changeset/ports/334451

Log:
  - Add stage support

Modified:
  head/games/utserver/Makefile

Modified: head/games/utserver/Makefile
==============================================================================
--- head/games/utserver/Makefile	Wed Nov 20 20:18:24 2013	(r334450)
+++ head/games/utserver/Makefile	Wed Nov 20 20:33:15 2013	(r334451)
@@ -35,7 +35,6 @@ MAINFILE=	ut-server-436.tar.gz
 PATCH451FILE=	UTPGPatch451.tar.bz2
 EXTRA_PATCHES=	${WRKDIR}/patch-ngstatsut
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MBONUSPACKS}
@@ -83,9 +82,6 @@ post-patch:
 	@${FIND} -E ${WRKSRC} -type f -name '*.orig' -exec ${RM} '{}' \;
 
 do-install:
-	@${CP} -Rp ${WRKSRC}/ ${PREFIX}/${UTDIR}
-
-post-install:
-	@${CAT} ${PKGMESSAGE}
+	@${CP} -Rp ${WRKSRC}/ ${STAGEDIR}${PREFIX}/${UTDIR}
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list