svn commit: r369579 - head/games/HeroesOfMightAndMagic

Rene Ladan rene at FreeBSD.org
Tue Sep 30 10:32:22 UTC 2014


Author: rene
Date: Tue Sep 30 10:32:21 2014
New Revision: 369579
URL: http://svnweb.freebsd.org/changeset/ports/369579
QAT: https://qat.redports.org/buildarchive/r369579/

Log:
  - Change NO_PACKAGE / NO_CDROM to RESTRICTED
  - Change a chmod command in Makefile to the corresponding pkg-plist directives
    and remove @dirrm* lines from pkg-plist while there.
  Approved by:	mva (maintainer)

Modified:
  head/games/HeroesOfMightAndMagic/Makefile
  head/games/HeroesOfMightAndMagic/pkg-plist

Modified: head/games/HeroesOfMightAndMagic/Makefile
==============================================================================
--- head/games/HeroesOfMightAndMagic/Makefile	Tue Sep 30 09:09:45 2014	(r369578)
+++ head/games/HeroesOfMightAndMagic/Makefile	Tue Sep 30 10:32:21 2014	(r369579)
@@ -14,8 +14,7 @@ COMMENT=	BSD Installation of the Linux g
 ONLY_FOR_ARCHS=	i386 amd64
 NO_BUILD=	yes
 NO_WRKSUBDIR=	yes
-NO_CDROM=	Software is commercial
-NO_PACKAGE=	Software is commercial
+RESTRICTED=	Software is commercial
 
 GAMESUBDIR=	games/Heroes3
 GAMEDIR=	${STAGEDIR}${PREFIX}/${GAMESUBDIR}
@@ -37,7 +36,6 @@ do-install:
 .endfor
 	${MKDIR} ${GAMEDIR}/data
 	${TOUCH} ${GAMEDIR}/data/hiscore.dat
-	${CHMOD} 666 ${GAMEDIR}/data/hiscore.dat
 .for f in ${DATAFILES}
 	${INSTALL_DATA} ${CDROM_MOUNT}/data/${f} ${GAMEDIR}/data
 .endfor

Modified: head/games/HeroesOfMightAndMagic/pkg-plist
==============================================================================
--- head/games/HeroesOfMightAndMagic/pkg-plist	Tue Sep 30 09:09:45 2014	(r369578)
+++ head/games/HeroesOfMightAndMagic/pkg-plist	Tue Sep 30 10:32:21 2014	(r369579)
@@ -5,7 +5,9 @@ games/Heroes3/data/h3bitmap.lod
 games/Heroes3/data/h3sprite.lod
 games/Heroes3/data/heroes3.snd
 games/Heroes3/data/heroes3cd.snd
+ at mode 666
 games/Heroes3/data/hiscore.dat
+ at mode
 games/Heroes3/data/video/3dologo.mpg
 games/Heroes3/data/video/cevil1.mjpg
 games/Heroes3/data/video/cevil2.mjpg
@@ -161,11 +163,3 @@ games/Heroes3/mp3/underground.mp3
 games/Heroes3/mp3/water.mp3
 games/Heroes3/mp3/win battle.mp3
 games/Heroes3/mp3/win scenario.mp3
- at dirrmtry games/Heroes3/mp3
- at dirrmtry games/Heroes3/maps
- at dirrm games/Heroes3/data/video
- at dirrm games/Heroes3/data
- at dirrm games/Heroes3/bin
- at dirrm games/Heroes3
- at dirrmtry games
-


More information about the svn-ports-head mailing list