Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Dec 2014 15:24:39 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r374711 - head/games/freeciv-sounds
Message-ID:  <201412141524.sBEFOdlS035983@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
-@dirrm %%DATADIR%%/stdsounds
-@dirrmtry %%DATADIR%%



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