- Cosmetic fix
- Add NO_ARCH - Drop @dirrm* from plist
This commit is contained in:
parent
12a94b205e
commit
5b0040688a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=374711
2 changed files with 3 additions and 3 deletions
|
@ -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}/
|
||||
|
|
|
@ -15,5 +15,3 @@
|
|||
%%DATADIR%%/stdsounds/wall01.ogg
|
||||
%%DATADIR%%/stdsounds/woodbrk.ogg
|
||||
%%DATADIR%%/stdsounds.soundspec
|
||||
@dirrm %%DATADIR%%/stdsounds
|
||||
@dirrmtry %%DATADIR%%
|
||||
|
|
Loading…
Reference in a new issue