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

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Dec 14 15:24:39 UTC 2014


Author: amdmi3
Date: Sun Dec 14 15:24:38 2014
New Revision: 374711
URL: https://svnweb.freebsd.org/changeset/ports/374711
QAT: https://qat.redports.org/buildarchive/r374711/

Log:
  - Cosmetic fix
  - Add NO_ARCH
  - Drop @dirrm* from plist

Modified:
  head/games/freeciv-sounds/Makefile
  head/games/freeciv-sounds/pkg-plist

Modified: head/games/freeciv-sounds/Makefile
==============================================================================
--- head/games/freeciv-sounds/Makefile	Sun Dec 14 15:24:28 2014	(r374710)
+++ head/games/freeciv-sounds/Makefile	Sun Dec 14 15:24:38 2014	(r374711)
@@ -4,7 +4,8 @@
 PORTNAME=	freeciv
 PORTVERSION=	3
 CATEGORIES=	games
-MASTER_SITES=	GENTOO/distfiles ftp://ftp.freeciv.org/freeciv/contrib/audio/soundsets/
+MASTER_SITES=	GENTOO/distfiles \
+		ftp://ftp.freeciv.org/freeciv/contrib/audio/soundsets/
 PKGNAMESUFFIX=	-sounds
 DISTNAME=	stdsounds${DISTVERSION}
 
@@ -13,6 +14,7 @@ COMMENT=	Freeciv standard sound set
 
 NO_BUILD=	yes
 WRKSRC=		${WRKDIR}/data
+NO_ARCH=	yes
 
 do-install:
 	@cd ${WRKSRC}/&&${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}/

Modified: head/games/freeciv-sounds/pkg-plist
==============================================================================
--- head/games/freeciv-sounds/pkg-plist	Sun Dec 14 15:24:28 2014	(r374710)
+++ head/games/freeciv-sounds/pkg-plist	Sun Dec 14 15:24:38 2014	(r374711)
@@ -15,5 +15,3 @@
 %%DATADIR%%/stdsounds/wall01.ogg
 %%DATADIR%%/stdsounds/woodbrk.ogg
 %%DATADIR%%/stdsounds.soundspec
- at dirrm %%DATADIR%%/stdsounds
- at dirrmtry %%DATADIR%%


More information about the svn-ports-head mailing list