svn commit: r362810 - head/games/greed
Adam Weinberger
adamw at FreeBSD.org
Thu Jul 24 15:53:30 UTC 2014
Author: adamw
Date: Thu Jul 24 15:53:29 2014
New Revision: 362810
URL: http://svnweb.freebsd.org/changeset/ports/362810
QAT: https://qat.redports.org/buildarchive/r362810/
Log:
Turns out @sample doesn't handle @mode correctly, so set the mode
manually with an @exec.
Modified:
head/games/greed/pkg-plist
Modified: head/games/greed/pkg-plist
==============================================================================
--- head/games/greed/pkg-plist Thu Jul 24 15:49:33 2014 (r362809)
+++ head/games/greed/pkg-plist Thu Jul 24 15:53:29 2014 (r362810)
@@ -2,5 +2,5 @@ bin/greed
man/man6/greed.6.gz
@cwd /
@group games
- at mode 664
@sample %%SCOREFILE%%.sample
+ at exec chmod 664 %D/%%SCOREFILE%%
More information about the svn-ports-head
mailing list