Date: Mon, 29 Aug 2005 13:36:14 +0000 (UTC) From: Pav Lucistnik <pav@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/dsnake Makefile pkg-plist ports/games/dsnake/files pkg-deinstall.in pkg-install.in Message-ID: <200508291336.j7TDaEVv053843@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
pav 2005-08-29 13:36:14 UTC FreeBSD ports repository Modified files: games/dsnake Makefile pkg-plist Added files: games/dsnake/files pkg-deinstall.in pkg-install.in Log: - Also create scores and configuration when installing from a package - Preserve modified scores and configuration across updates - Install using ${INSTALL_xxx}, to ensure proper permissions and ownerships - Pass command-line arguments through the wrapper script - Replace the shell process with the game, to save some memory while playing - Install documentation in ${DOCSDIR}, and respect ${NOPORTDOCS} PR: ports/84738 Submitted by: jylefort - Allow on amd64 Revision Changes Path 1.7 +18 -7 ports/games/dsnake/Makefile 1.1 +9 -0 ports/games/dsnake/files/pkg-deinstall.in (new) 1.1 +11 -0 ports/games/dsnake/files/pkg-install.in (new) 1.2 +1 -5 ports/games/dsnake/pkg-plist
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200508291336.j7TDaEVv053843>