svn commit: r332376 - head/games/freeciv-sounds

Danilo Egea Gondolfo danilo at FreeBSD.org
Fri Nov 1 13:54:00 UTC 2013


Author: danilo
Date: Fri Nov  1 13:53:59 2013
New Revision: 332376
URL: http://svnweb.freebsd.org/changeset/ports/332376

Log:
  - Add stage support

Modified:
  head/games/freeciv-sounds/Makefile

Modified: head/games/freeciv-sounds/Makefile
==============================================================================
--- head/games/freeciv-sounds/Makefile	Fri Nov  1 13:51:11 2013	(r332375)
+++ head/games/freeciv-sounds/Makefile	Fri Nov  1 13:53:59 2013	(r332376)
@@ -14,8 +14,7 @@ COMMENT=	Freeciv standard sound set
 NO_BUILD=	yes
 WRKSRC=		${WRKDIR}/data
 
-NO_STAGE=	yes
 do-install:
-	@cd ${WRKSRC}/&&${COPYTREE_SHARE} . ${DATADIR}/
+	@cd ${WRKSRC}/&&${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}/
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list