Date: Tue, 30 Sep 2014 10:32:21 +0000 (UTC) From: Rene Ladan <rene@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369579 - head/games/HeroesOfMightAndMagic Message-ID: <201409301032.s8UAWLag008284@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 +@mode 666 games/Heroes3/data/hiscore.dat +@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 -@dirrmtry games/Heroes3/mp3 -@dirrmtry games/Heroes3/maps -@dirrm games/Heroes3/data/video -@dirrm games/Heroes3/data -@dirrm games/Heroes3/bin -@dirrm games/Heroes3 -@dirrmtry games -
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409301032.s8UAWLag008284>